summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/bodynotinblock.cxx
Commit message (Expand)AuthorAgeFilesLines
* Adapt to Clang 3.2Stephan Bergmann2012-12-051-0/+1
* skip 'else' from a macro expansion tooLuboš Luňák2012-11-201-8/+9
* support for compiler rewritersLuboš Luňák2012-10-151-0/+2
* don't check next statement after if body if there's also an else partLuboš Luňák2012-10-091-2/+7
* ignore macro expansion completely for nowLuboš Luňák2012-10-091-7/+7
* do not analyse system headers in the compiler pluginLuboš Luňák2012-10-091-2/+1
* move some code to a common baseLuboš Luňák2012-10-091-14/+1
* compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák2012-10-091-0/+147