summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/bodynotinblock.cxx
AgeCommit message (Expand)Author
2015-09-30Fix typosAndrea Gelmini
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-06-20simplify bodynotinblock plugin using parentStmt()Luboš Luňák
2013-05-02add constLuboš Luňák
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák
2013-02-02remove not needed #includeLuboš Luňák
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák
2012-12-05Adapt to Clang 3.2Stephan Bergmann
2012-11-20skip 'else' from a macro expansion tooLuboš Luňák
2012-10-15support for compiler rewritersLuboš Luňák
2012-10-09don't check next statement after if body if there's also an else partLuboš Luňák
2012-10-09ignore macro expansion completely for nowLuboš Luňák
2012-10-09do not analyse system headers in the compiler pluginLuboš Luňák
2012-10-09move some code to a common baseLuboš Luňák
2012-10-09compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák