summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringadd.cxx
AgeCommit message (Expand)Author
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