summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unnecessaryparen.cxx
AgeCommit message (Expand)Author
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-02-19Better loplugin:unnecessaryparen check for vexing parseStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-12Adapt to new ConstantExpr in Clang trunk towards Clang 8Stephan Bergmann
2018-08-23filter out AST in more pluginsNoel Grandin
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann
2018-07-06compilerplugins: try to make these work with icecreamMichael Stahl
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2018-01-12Enable loplugin:cstylecast for some more casesStephan Bergmann
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30Enable loplugin:unnecessaryparen for integer and Boolean literalsStephan Bergmann
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-24Clean up loplugin:unnecessaryparen blacklistStephan Bergmann
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-07-16lopgluin:unnecessaryparen: Properly treat parenthesized sub-expr in sizeof (x)Stephan Bergmann
2017-07-13Use isSamePathname for full-pathname comparisonsStephan Bergmann
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin