summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/bodynotinblock.cxx
Commit message (Expand)AuthorAgeFilesLines
* Prepare dual-mode compiler plugin featureStephan Bergmann2014-01-271-2/+2
* 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-43/+38
* add constLuboš Luňák2013-05-021-1/+1
* pass around CompilerInstance rather than ASTContextLuboš Luňák2013-03-281-5/+5
* remove not needed #includeLuboš Luňák2013-02-021-3/+0
* append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák2013-02-021-2/+2
* move documentation of plugins to the .cxx filesLuboš Luňák2013-02-021-0/+8
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-021-0/+2
* 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