summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumconstants.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
2018-12-04loplugin:unusedenumconstants look through parenthesesNoel Grandin1-1/+1
2018-11-30loplugin:unusedenumconstants ignore common patternNoel Grandin1-4/+16
2018-11-22loplugin:unusedenumconstants in EEControlBitsNoel Grandin1-4/+13
2018-11-20loplugin:unusedenumconstants improvementsNoel Grandin1-40/+93
2018-08-23filter out AST in more pluginsNoel Grandin1-2/+2
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann1-1/+1
2018-04-10put the loplugin output files in the workdirNoel Grandin1-1/+1
2017-11-30some global loplugin improvementsNoel Grandin1-0/+17
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-2/+2
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin1-1/+1
2017-06-20reformat some loplugin codeNoel Grandin1-2/+2
2017-04-28remove unnecessary machine-specific data out of loplugin outputNoel Grandin1-0/+5
2017-02-17isAssignmentOp is not available on older clangNoel Grandin1-1/+3
2017-02-17teach loplugin unusedenumconstants about CXXOperatorCallExprNoel Grandin1-0/+7
2017-02-06loplugin:unusedenumconstants should apparently not be run by defaultStephan Bergmann1-1/+1
2017-02-03new loplugin unusedenumvaluesNoel Grandin1-0/+198