summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/finalclasses.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-18-Werror,-Wdeprecated-declarationsStephan Bergmann1-2/+4
2022-06-14better solution for ignoreLocation for tree-wide pluginsNoel Grandin1-0/+2
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann1-1/+2
2021-09-18make FORCE_COMPILE_ALL more flexible than all or nothingLuboš Luňák1-1/+1
2021-06-19loplugin:finalclassesNoel Grandin1-2/+2
2020-02-13Get rid of some unnecessary llvm::StringRef -> std::string conversionsStephan Bergmann1-8/+4
2020-01-29Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann1-3/+3
2020-01-16-Werror,-Wrange-loop-analysisStephan Bergmann1-1/+1
2019-10-29loplugin:finalclasses fix checkNoel Grandin1-2/+2
2019-10-28loplugin:finalclasses look for classes with virtual membersNoel Grandin1-6/+14
2019-10-08better name for a function in compilerpluginsLuboš Luňák1-1/+1
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák1-1/+1
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-1/+1
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
2018-03-04finalclasses : correct the comments with name in downcaseArnaud Versini1-1/+1
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+2
2017-10-05loplugin:finalclasses in vclNoel Grandin1-12/+26
2017-10-03new loplugin:finalclassesNoel Grandin1-0/+142