summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/bodynotinblock.hxx
Commit message (Expand)AuthorAgeFilesLines
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-271-1/+1
* add mode lines to new files (and idls) since last runCaolán McNamara2013-09-221-0/+3
* simplify bodynotinblock plugin using parentStmt()Luboš Luňák2013-06-201-4/+5
* mark all virtuals in the clang plugin as overrideLuboš Luňák2013-05-311-1/+1
* add constLuboš Luňák2013-05-021-1/+1
* pass around CompilerInstance rather than ASTContextLuboš Luňák2013-03-281-1/+1
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-021-1/+1
* skip 'else' from a macro expansion tooLuboš Luňák2012-11-201-1/+2
* support for compiler rewritersLuboš Luňák2012-10-151-1/+1
* some namespacing improvementsLuboš Luňák2012-10-151-1/+1
* don't check next statement after if body if there's also an else partLuboš Luňák2012-10-091-1/+1
* move some code to a common baseLuboš Luňák2012-10-091-7/+3
* compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák2012-10-091-0/+39