summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/finalclasses.cxx
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some unnecessary llvm::StringRef -> std::string conversionsStephan Bergmann2020-02-131-8/+4
* Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann2020-01-291-3/+3
* -Werror,-Wrange-loop-analysisStephan Bergmann2020-01-161-1/+1
* loplugin:finalclasses fix checkNoel Grandin2019-10-291-2/+2
* loplugin:finalclasses look for classes with virtual membersNoel Grandin2019-10-281-6/+14
* better name for a function in compilerpluginsLuboš Luňák2019-10-081-1/+1
* do not use compiler.getSourceManager().getFilename()Luboš Luňák2019-10-071-1/+1
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-1/+1
* put the loplugin output files in the workdirNoel Grandin2018-04-101-1/+1
* finalclasses : correct the comments with name in downcaseArnaud Versini2018-03-041-1/+1
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+2
* loplugin:finalclasses in vclNoel Grandin2017-10-051-12/+26
* new loplugin:finalclassesNoel Grandin2017-10-031-0/+142