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