Age | Commit message (Expand) | Author |
---|---|---|
2013-03-28 | pass around CompilerInstance rather than ASTContext | Luboš Luňák |
2013-02-02 | remove not needed #include | Luboš Luňák |
2013-02-02 | append [loplugin] automatically in report() rathen than manually everywhere | Luboš Luňák |
2013-02-02 | move documentation of plugins to the .cxx files | Luboš Luňák |
2013-02-02 | avoid having to manuall modify sources when adding a new clang plugin | Luboš Luňák |
2012-12-05 | Adapt to Clang 3.2 | Stephan Bergmann |
2012-11-20 | skip 'else' from a macro expansion too | Luboš Luňák |
2012-10-15 | support for compiler rewriters | Luboš Luňák |
2012-10-09 | don't check next statement after if body if there's also an else part | Luboš Luňák |
2012-10-09 | ignore macro expansion completely for now | Luboš Luňák |
2012-10-09 | do not analyse system headers in the compiler plugin | Luboš Luňák |
2012-10-09 | move some code to a common base | Luboš Luňák |
2012-10-09 | compiler plugin check for if/while/true bodies with possibly {} missing | Luboš Luňák |