summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringadd.cxx
AgeCommit message (Expand)Author
2021-07-09Remove redundant duplicate checkStephan Bergmann
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-07-10replace usage of whitelist with allowlistThorsten Behrens
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-28Completely remove lambda capture that is unusedStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-25compilerplugins: fix -Werror,-Wunused-lambda-captureMiklos Vajna
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-23Don't use broken StringAdd::getSourceAsStringStephan Bergmann
2019-10-17loplugin:stringadd fix conditionNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-15Improve loplugin:stringadd diagnosticsStephan Bergmann
2019-10-15Improve loplugin:stringaddStephan Bergmann
2019-10-14Comment out a lambda capture that isn't used, to avoid compiler warningTor Lillqvist
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-02new loplugin:stringaddNoel Grandin