summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/unusedenumconstants.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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:unusedenumconstants look through parenthesesNoel Grandin2018-12-041-1/+1
* loplugin:unusedenumconstants ignore common patternNoel Grandin2018-11-301-4/+16
* loplugin:unusedenumconstants in EEControlBitsNoel Grandin2018-11-221-4/+13
* loplugin:unusedenumconstants improvementsNoel Grandin2018-11-201-40/+93
* filter out AST in more pluginsNoel Grandin2018-08-231-2/+2
* 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
* some global loplugin improvementsNoel Grandin2017-11-301-0/+17
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-2/+2
* rename loplugin::Plugin::parentStmtNoel Grandin2017-10-271-1/+1
* reformat some loplugin codeNoel Grandin2017-06-201-2/+2
* remove unnecessary machine-specific data out of loplugin outputNoel Grandin2017-04-281-0/+5
* isAssignmentOp is not available on older clangNoel Grandin2017-02-171-1/+3
* teach loplugin unusedenumconstants about CXXOperatorCallExprNoel Grandin2017-02-171-0/+7
* loplugin:unusedenumconstants should apparently not be run by defaultStephan Bergmann2017-02-061-1/+1
* new loplugin unusedenumvaluesNoel Grandin2017-02-031-0/+198