summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/constantparam.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-11Make base of loplugin::FunctionAddress more flexibleStephan Bergmann1-2/+2
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-07-19loplugin:constantparamNoel Grandin1-2/+3
2019-05-03Fix building compilerplugins with Clang trunk towards Clang 9Stephan Bergmann1-0/+4
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin1-1/+1
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-07-06compilerplugins: try to make these work with icecreamMichael Stahl1-2/+1
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
2018-03-27Let prefix arguments to hasPathnamePrefix end in slashStephan Bergmann1-1/+1
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann1-8/+1
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-3/+3
2017-10-27extract some common code for checking if a functions address was takenNoel Grandin1-18/+10
2017-10-27loplugin:constantparam was not always using canonical location for functionNoel Grandin1-5/+4
2017-06-20reformat some loplugin codeNoel Grandin1-2/+2
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann1-3/+3
2017-05-10add some some empty string names to constantparam lopluginNoel Grandin1-1/+5
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-3/+29
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-1/+21
2017-04-11loplugin constantparam, ignore variadic methodsNoel Grandin1-0/+2
2016-10-18loplugins: extract some common functionalityNoel Grandin1-1/+1
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin1-0/+1
2016-09-14loplugin:constantparamNoel Grandin1-52/+35
2016-09-10loplugin:constantparam in sdNoel Grandin1-0/+2
2016-09-06teach loplugin constantparam about default param valuesNoel Grandin1-25/+47
2016-07-25loplugins: more consistent naming of output filesNoel Grandin1-2/+2
2016-06-24Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann1-1/+1
2016-06-23new loplugin: singlevalfieldsNoel Grandin1-2/+1
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-9/+2
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-32/+83
2016-03-15loplugin:constantparamNoel Grandin1-2/+9
2016-03-08new loplugin:constantparamNoel Grandin1-0/+215