summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unnecessaryparen.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-0/+23
2018-01-16Fix typosAndrea Gelmini1-2/+2
2018-01-12Enable loplugin:cstylecast for some more casesStephan Bergmann1-6/+98
2017-12-29loplugin:unnecessaryparen improve return checkNoel Grandin1-20/+26
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-0/+13
2017-11-30Enable loplugin:unnecessaryparen for integer and Boolean literalsStephan Bergmann1-16/+54
2017-11-28Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann1-3/+3
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-36/+79
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-2/+32
2017-11-24Clean up loplugin:unnecessaryparen blacklistStephan Bergmann1-8/+0
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-3/+16
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-13/+0
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann1-22/+11
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-16/+90
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+2
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-10/+30
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-0/+6
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-0/+7
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-4/+16
2017-08-18loplugin:unnecessaryparenNoel Grandin1-0/+32
2017-07-16lopgluin:unnecessaryparen: Properly treat parenthesized sub-expr in sizeof (x)Stephan Bergmann1-4/+11
2017-07-13Use isSamePathname for full-pathname comparisonsStephan Bergmann1-5/+5
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-0/+52
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+30
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-9/+47
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-2/+9
2017-07-05new loplugin unnecessaryparenNoel Grandin1-0/+84