summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/countusersofdefaultparams.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-03Fix building compilerplugins with Clang trunk towards Clang 9Stephan Bergmann1-0/+6
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann1-1/+1
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-2/+2
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann1-10/+1
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-2/+2
2017-06-20reformat some loplugin codeNoel Grandin1-2/+2
2016-10-18loplugins: extract some common functionalityNoel Grandin1-2/+1
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin1-0/+1
2016-09-06improve loplugin:countusersofdefaultparams to check constructorsNoel Grandin1-6/+36
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin1-0/+234