summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/constantparam.cxx
AgeCommit message (Expand)Author
2021-09-18make FORCE_COMPILE_ALL more flexible than all or nothingLuboš Luňák
2021-06-14Adapt compilerplugins to LLVM 13 APSInt::toString changeStephan Bergmann
2020-02-13Get rid of some unnecessary llvm::StringRef -> std::string conversionsStephan Bergmann
2020-01-29Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann
2019-11-11Make base of loplugin::FunctionAddress more flexibleStephan Bergmann
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák
2019-07-19loplugin:constantparamNoel Grandin
2019-05-03Fix building compilerplugins with Clang trunk towards Clang 9Stephan Bergmann
2018-11-27add EvaluateAsInt compat function for latest clangNoel Grandin
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2018-04-10put the loplugin output files in the workdirNoel Grandin
2018-03-27Let prefix arguments to hasPathnamePrefix end in slashStephan Bergmann
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-10-27extract some common code for checking if a functions address was takenNoel Grandin
2017-10-27loplugin:constantparam was not always using canonical location for functionNoel Grandin
2017-06-20reformat some loplugin codeNoel Grandin
2017-05-18Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann
2017-05-10add some some empty string names to constantparam lopluginNoel Grandin
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-04-11loplugin constantparam, ignore variadic methodsNoel Grandin
2016-10-18loplugins: extract some common functionalityNoel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin
2016-09-14loplugin:constantparamNoel Grandin
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-09-06teach loplugin constantparam about default param valuesNoel Grandin
2016-07-25loplugins: more consistent naming of output filesNoel Grandin
2016-06-24Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann
2016-06-23new loplugin: singlevalfieldsNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-03-08new loplugin:constantparamNoel Grandin