summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedvariablecheck.cxx
AgeCommit message (Expand)Author
2020-12-07Ignore unparsed function template bodies in loplugin:unusedvariablecheckStephan Bergmann
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2018-08-14filter out some of the AST in the pluginsNoel Grandin
2017-11-08Drop HAVE_GCC_ATTRIBUTE_WARN_UNUSED_STLStephan Bergmann
2017-07-03loplugin:casttovoidStephan Bergmann
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann
2015-09-21tdf#94389 compilerplugins: clang 3.7.0Daniel Robertson
2015-08-04fix crash in refcounting pluginNoel Grandin
2015-08-04Adapt to current Clang trunk towards 3.7Stephan Bergmann
2015-03-17loplugin: add Dialog to unusedvariablecheckNoel Grandin
2014-09-30compilerplugins: get rid of std::auto_ptr in commentStephan Bergmann
2014-01-27Prepare dual-mode compiler plugin featureStephan Bergmann
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák
2013-05-02add constLuboš Luňák
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák
2013-02-02remove not needed #includeLuboš Luňák
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák
2012-12-05Adapt to current Clang trunkStephan Bergmann
2012-12-05Adapt to Clang 3.2Stephan Bergmann
2012-10-15support for compiler rewritersLuboš Luňák
2012-10-15some namespacing improvementsLuboš 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-12avoid crash on pointers to functionsLuboš Luňák
2012-10-12do not report unnamed parameters as unusedLuboš Luňák
2012-10-09do not analyse system headers in the compiler pluginLuboš Luňák
2012-10-09move some code to a common baseLuboš Luňák
2012-10-09compiler check for unused variablesLuboš Luňák