summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unusedvariablecheck.cxx
AgeCommit message (Expand)AuthorFilesLines
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