summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedvariablecheck.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+15
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák1-1/+5
2018-08-14filter out some of the AST in the pluginsNoel Grandin1-1/+1
2017-11-08Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann1-7/+0
2017-07-03loplugin:casttovoidStephan Bergmann1-73/+1
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin1-11/+16
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin1-5/+9
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann1-1/+1
2015-09-21tdf#94389 compilerplugins: clang 3.7.0Daniel Robertson1-1/+1
2015-08-04fix crash in refcounting pluginNoel Grandin1-1/+1
2015-08-04Adapt to current Clang trunk towards 3.7Stephan Bergmann1-2/+9
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin1-0/+27
2014-09-30compilerplugins: get rid of std::auto_ptr in commentStephan Bergmann1-1/+1
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann1-2/+2
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák1-0/+9
2013-05-02add constLuboš Luňák1-1/+1
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák1-3/+3
2013-02-02remove not needed #includeLuboš Luňák1-2/+0
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák1-2/+2
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák1-0/+2
2012-12-05Adapt to current Clang trunkStephan Bergmann1-0/+1
2012-12-05Adapt to Clang 3.2Stephan Bergmann1-0/+1
2012-10-15support for compiler rewritersLuboš Luňák1-0/+2
2012-10-15some namespacing improvementsLuboš Luňák1-1/+1
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák1-5/+2
2012-10-12compilers don't seem to warn about unused variables in the global scopeLuboš Luňák1-0/+2
2012-10-12DeclBase::getLocation() gives better location than getLocStart()Luboš Luňák1-2/+2
2012-10-12avoid crash on pointers to functionsLuboš Luňák1-1/+1
2012-10-12do not report unnamed parameters as unusedLuboš Luňák1-0/+2
2012-10-09do not analyse system headers in the compiler pluginLuboš Luňák1-2/+1
2012-10-09move some code to a common baseLuboš Luňák1-14/+1
2012-10-09compiler check for unused variablesLuboš Luňák1-0/+112