summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/constantparam.cxx
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some unnecessary llvm::StringRef -> std::string conversionsStephan Bergmann2020-02-131-2/+2
* Adapt to "[ADT] Make StringRef's std::string conversion operator explicit"Stephan Bergmann2020-01-291-5/+5
* Make base of loplugin::FunctionAddress more flexibleStephan Bergmann2019-11-111-2/+2
* 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
* loplugin:constantparamNoel Grandin2019-07-191-2/+3
* Fix building compilerplugins with Clang trunk towards Clang 9Stephan Bergmann2019-05-031-0/+4
* add EvaluateAsInt compat function for latest clangNoel Grandin2018-11-271-1/+1
* Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann2018-11-231-1/+1
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-2/+2
* compilerplugins: try to make these work with icecreamMichael Stahl2018-07-061-2/+1
* put the loplugin output files in the workdirNoel Grandin2018-04-101-1/+1
* Let prefix arguments to hasPathnamePrefix end in slashStephan Bergmann2018-03-271-1/+1
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-8/+1
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-3/+3
* extract some common code for checking if a functions address was takenNoel Grandin2017-10-271-18/+10
* loplugin:constantparam was not always using canonical location for functionNoel Grandin2017-10-271-5/+4
* reformat some loplugin codeNoel Grandin2017-06-201-2/+2
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-181-3/+3
* add some some empty string names to constantparam lopluginNoel Grandin2017-05-101-1/+5
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-091-3/+29
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-081-1/+21
* loplugin constantparam, ignore variadic methodsNoel Grandin2017-04-111-0/+2
* loplugins: extract some common functionalityNoel Grandin2016-10-181-1/+1
* Fix typosAndrea Gelmini2016-10-011-1/+1
* clang plugins: do "dotdot" normalisationNoel Grandin2016-09-271-0/+1
* loplugin:constantparamNoel Grandin2016-09-141-52/+35
* loplugin:constantparam in sdNoel Grandin2016-09-101-0/+2
* teach loplugin constantparam about default param valuesNoel Grandin2016-09-061-25/+47
* loplugins: more consistent naming of output filesNoel Grandin2016-07-251-2/+2
* Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann2016-06-241-1/+1
* new loplugin: singlevalfieldsNoel Grandin2016-06-231-2/+1
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-9/+2
* loplugin:constantparams in vcl/Noel Grandin2016-03-161-32/+83
* loplugin:constantparamNoel Grandin2016-03-151-2/+9
* new loplugin:constantparamNoel Grandin2016-03-081-0/+215