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