summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/bodynotinblock.hxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann1-1/+1
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
2013-06-20simplify bodynotinblock plugin using parentStmt()Luboš Luňák1-4/+5
2013-05-31mark all virtuals in the clang plugin as overrideLuboš Luňák1-1/+1
2013-05-02add constLuboš Luňák1-1/+1
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák1-1/+1
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák1-1/+1
2012-11-20skip 'else' from a macro expansion tooLuboš Luňák1-1/+2
2012-10-15support for compiler rewritersLuboš Luňák1-1/+1
2012-10-15some namespacing improvementsLuboš Luňák1-1/+1
2012-10-09don't check next statement after if body if there's also an else partLuboš Luňák1-1/+1
2012-10-09move some code to a common baseLuboš Luňák1-7/+3
2012-10-09compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák1-0/+39