summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/unusedvariablecheck.cxx
Commit message (Expand)AuthorAgeFilesLines
* make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák2019-03-121-1/+5
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-1/+1
* Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann2017-11-081-7/+0
* loplugin:casttovoidStephan Bergmann2017-07-031-73/+1
* loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin2017-02-011-11/+16
* teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin2017-01-241-5/+9
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-1/+1
* tdf#94389 compilerplugins: clang 3.7.0Daniel Robertson2015-09-211-1/+1
* fix crash in refcounting pluginNoel Grandin2015-08-041-1/+1
* Adapt to current Clang trunk towards 3.7Stephan Bergmann2015-08-041-2/+9
* loplugin: add Dialog to unusedvariablecheckNoel Grandin2015-03-171-0/+27
* compilerplugins: get rid of std::auto_ptr in commentStephan Bergmann2014-09-301-1/+1
* 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