summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringstatic.cxx
AgeCommit message (Expand)Author
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-03Fix check for member Decl's nameStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21Silence some clang-cl loplugin:stringstaticStephan Bergmann
2020-08-19isStaticLocal should imply hasGlobalStorageStephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2019-11-26Adapt to clang::MaterializeTemporaryExpr::GetTemparyExpr renameStephan Bergmann
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2019-03-11change some clang plugins to FilteringPluginsLuboš Luňák
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann
2017-03-11Fix typosAndrea Gelmini
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-12-01Missing includeStephan Bergmann
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann
2016-08-16Fix check for aMinusSign in chart2/inc/SpecialUnicodes.hxxStephan Bergmann
2016-08-16new loplugin to check for static OUStringsNoel Grandin