summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2013-01-06Adapt to current Clang trunkStephan Bergmann
2013-01-06Adapt to Clang 3.2Stephan Bergmann
2012-11-20skip 'else' from a macro expansion tooLuboš Luňák
2012-10-26do not warn about missing area in SAL_DEBUGLuboš Luňák
2012-10-22CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard locationStephan Bergmann
2012-10-19only one warning per one SAL_INFO/SAL_WARNLubos Lunak
2012-10-15rewriter for postfix->prefix operator++Luboš Luňák
2012-10-15convenience functions for source rewritersLuboš Luňák
2012-10-15support for compiler rewritersLuboš Luňák
2012-10-15some namespacing improvementsLuboš Luňák
2012-10-14document sallogareas compiler checkLuboš Luňák
2012-10-13remove debug outputLuboš Luňák
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák
2012-10-12compilers don't seem to warn about unused variables in the global scopeLuboš Luňák
2012-10-12DeclBase::getLocation() gives better location than getLocStart()Luboš Luňák
2012-10-12print something when compiling clang plugin tooLuboš Luňák
2012-10-12rebuild clang plugin when clang changesLuboš Luňák
2012-10-12avoid crash on pointers to functionsLuboš Luňák
2012-10-12do not report unnamed parameters as unusedLuboš Luňák
2012-10-09note about (not) linking llvm/clang librariesLuboš 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-09do not force compiler plugin warnings to errors with -Werror, for nowLuboš 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
2012-10-09compiler check for unused variablesLuboš Luňák
2012-10-09initial support for clang compiler pluginsLuboš Luňák