Age | Commit message (Expand) | Author |
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-26 | do not warn about missing area in SAL_DEBUG | Luboš Luňák |
2012-10-22 | CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard location | Stephan Bergmann |
2012-10-19 | only one warning per one SAL_INFO/SAL_WARN | Lubos Lunak |
2012-10-15 | rewriter for postfix->prefix operator++ | Luboš Luňák |
2012-10-15 | convenience functions for source rewriters | Luboš Luňák |
2012-10-15 | support for compiler rewriters | Luboš Luňák |
2012-10-15 | some namespacing improvements | Luboš Luňák |
2012-10-14 | document sallogareas compiler check | Luboš Luňák |
2012-10-13 | remove debug output | Luboš Luňák |
2012-10-13 | compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.dox | Luboš Luňák |
2012-10-12 | compilers don't seem to warn about unused variables in the global scope | Luboš Luňák |
2012-10-12 | DeclBase::getLocation() gives better location than getLocStart() | Luboš Luňák |
2012-10-12 | print something when compiling clang plugin too | Luboš Luňák |
2012-10-12 | rebuild clang plugin when clang changes | Luboš Luňák |
2012-10-12 | avoid crash on pointers to functions | Luboš Luňák |
2012-10-12 | do not report unnamed parameters as unused | Luboš Luňák |
2012-10-09 | note about (not) linking llvm/clang libraries | 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 | do not force compiler plugin warnings to errors with -Werror, for now | 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 |
2012-10-09 | compiler check for unused variables | Luboš Luňák |
2012-10-09 | initial support for clang compiler plugins | Luboš Luňák |