summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedenumconstants.cxx
AgeCommit message (Expand)AuthorFilesLines
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