summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/stringadd.cxx
Commit message (Expand)AuthorAgeFilesLines
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-2/+2
* replace usage of whitelist with allowlistThorsten Behrens2020-07-101-1/+1
* Fix StringAdd::isCompileTimeConstantStephan Bergmann2019-10-311-30/+60
* Completely remove lambda capture that is unusedStephan Bergmann2019-10-281-2/+1
* loplugin:stringadd improve detectionNoel Grandin2019-10-281-19/+40
* compilerplugins: fix -Werror,-Wunused-lambda-captureMiklos Vajna2019-10-251-0/+1
* Introduce OStringCharStephan Bergmann2019-10-241-9/+0
* Don't use broken StringAdd::getSourceAsStringStephan Bergmann2019-10-231-16/+2
* loplugin:stringadd fix conditionNoel Grandin2019-10-171-1/+2
* loplugin:stringadd look through a couple more known-good methodsNoel Grandin2019-10-161-6/+9
* Improve loplugin:stringadd diagnosticsStephan Bergmann2019-10-151-6/+10
* Improve loplugin:stringaddStephan Bergmann2019-10-151-30/+14
* Comment out a lambda capture that isn't used, to avoid compiler warningTor Lillqvist2019-10-141-1/+1
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-10/+79
* new loplugin:stringaddNoel Grandin2019-10-021-0/+273