summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/stringconcat.cxx
Commit message (Expand)AuthorAgeFilesLines
* Make loplugin:stringconcat more robustStephan Bergmann2019-02-131-12/+18
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-2/+2
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-5/+5
* compilerplugins: try to make these work with icecreamMichael Stahl2018-07-061-1/+1
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+2
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-181-2/+4
* More ctor check fixesStephan Bergmann2017-02-011-2/+5
* loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin2017-02-011-2/+4
* loplugin:stringconcat: Adapt to definition of OSL_THIS_FUNC on WindowsStephan Bergmann2016-12-181-4/+21
* Disambiguate clang::StringLiteralStephan Bergmann2016-12-141-1/+1
* loplugin:stringconcat: Also look through O[U]String ctorsStephan Bergmann2015-12-021-3/+32
* loplugin:stringconcat: Handle base case of recursion into left argStephan Bergmann2015-12-021-18/+23
* New loplugin:stringconcatStephan Bergmann2014-07-011-0/+82