summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test/flatten.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22loplugin:flatten look for large if statement at end of functionNoel Grandin1-0/+49
2017-11-14loplugin:flatten loosen conditionNoel Grandin1-4/+14
2017-11-08Fix loplugin:flatten's skipping of if/then/else/if chainsStephan Bergmann1-1/+26
2017-10-06Improve performance of loplugin:flattenNoel Grandin1-1/+28
2017-10-05Also suppress loplugin:flatten in C++ class member functions...Stephan Bergmann1-3/+6
2017-09-30Suppress loplugin:flatten in functions involving preprocessing conditionalsStephan Bergmann1-0/+10
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-1/+39
2017-09-20new loplugin flattenNoel Grandin1-0/+29