summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumconstants.cxx
AgeCommit message (Expand)Author
2019-10-08better name for a function in compilerpluginsLuboš Luňák
2019-10-07do not use compiler.getSourceManager().getFilename()Luboš Luňák
2018-12-04loplugin:unusedenumconstants look through parenthesesNoel Grandin
2018-11-30loplugin:unusedenumconstants ignore common patternNoel Grandin
2018-11-22loplugin:unusedenumconstants in EEControlBitsNoel Grandin
2018-11-20loplugin:unusedenumconstants improvementsNoel Grandin
2018-08-23filter out AST in more pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-04-10put the loplugin output files in the workdirNoel Grandin
2017-11-30some global loplugin improvementsNoel Grandin
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin
2017-06-20reformat some loplugin codeNoel Grandin
2017-04-28remove unnecessary machine-specific data out of loplugin outputNoel Grandin
2017-02-17isAssignmentOp is not available on older clangNoel Grandin
2017-02-17teach loplugin unusedenumconstants about CXXOperatorCallExprNoel Grandin
2017-02-06loplugin:unusedenumconstants should apparently not be run by defaultStephan Bergmann
2017-02-03new loplugin unusedenumvaluesNoel Grandin