summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* do not warn about missing area in SAL_DEBUGLuboš Luňák2012-10-261-7/+23
* CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard locationStephan Bergmann2012-10-221-1/+1
* only one warning per one SAL_INFO/SAL_WARNLubos Lunak2012-10-192-0/+9
* rewriter for postfix->prefix operator++Luboš Luňák2012-10-154-0/+211
* convenience functions for source rewritersLuboš Luňák2012-10-154-10/+107
* support for compiler rewritersLuboš Luňák2012-10-1512-23/+188
* some namespacing improvementsLuboš Luňák2012-10-156-8/+6
* document sallogareas compiler checkLuboš Luňák2012-10-141-0/+8
* remove debug outputLuboš Luňák2012-10-131-4/+4
* compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák2012-10-137-9/+166
* compilers don't seem to warn about unused variables in the global scopeLuboš Luňák2012-10-121-0/+2
* DeclBase::getLocation() gives better location than getLocStart()Luboš Luňák2012-10-122-3/+3
* print something when compiling clang plugin tooLuboš Luňák2012-10-121-0/+2
* rebuild clang plugin when clang changesLuboš Luňák2012-10-121-1/+5
* avoid crash on pointers to functionsLuboš Luňák2012-10-121-1/+1
* do not report unnamed parameters as unusedLuboš Luňák2012-10-121-0/+2
* note about (not) linking llvm/clang librariesLuboš Luňák2012-10-091-0/+4
* don't check next statement after if body if there's also an else partLuboš Luňák2012-10-092-3/+8
* ignore macro expansion completely for nowLuboš Luňák2012-10-091-7/+7
* do not analyse system headers in the compiler pluginLuboš Luňák2012-10-094-4/+22
* do not force compiler plugin warnings to errors with -Werror, for nowLuboš Luňák2012-10-091-1/+3
* move some code to a common baseLuboš Luňák2012-10-096-41/+41
* compiler plugin check for if/while/true bodies with possibly {} missingLuboš Luňák2012-10-095-1/+206
* compiler check for unused variablesLuboš Luňák2012-10-095-1/+160
* initial support for clang compiler pluginsLuboš Luňák2012-10-097-0/+225