summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/unusedvariablecheck.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
* adjust for upstreaming of warn_unused attributeLuboš Luňák2013-07-231-0/+9
* add constLuboš Luňák2013-05-021-1/+1
* pass around CompilerInstance rather than ASTContextLuboš Luňák2013-03-281-3/+3
* remove not needed #includeLuboš Luňák2013-02-021-2/+0
* append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák2013-02-021-2/+2
* avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák2013-02-021-0/+2
* Adapt to current Clang trunkStephan Bergmann2012-12-051-0/+1
* Adapt to Clang 3.2Stephan Bergmann2012-12-051-0/+1
* support for compiler rewritersLuboš Luňák2012-10-151-0/+2
* some namespacing improvementsLuboš Luňák2012-10-151-1/+1
* compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák2012-10-131-5/+2
* 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-121-2/+2
* 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
* 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 check for unused variablesLuboš Luňák2012-10-091-0/+112