summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sallogareas.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann1-1/+2
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+0
2018-04-02give DBG_UNHANDLED_EXCEPTION_WHEN an area parameterNoel Grandin1-44/+63
2017-06-20reformat some loplugin codeNoel Grandin1-4/+4
2017-02-28Adapt loplugin:sallogareasStephan Bergmann1-3/+4
2017-02-09Fix SAL_DEBUG_BACKTRACEStephan Bergmann1-1/+1
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin1-4/+4
2016-12-15disable the 'two different log areas in the same file' loplugin checkNoel Grandin1-0/+3
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-0/+57
2016-12-14Disambiguate clang::StringLiteralStephan Bergmann1-2/+2
2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke1-1/+1
2016-01-06Re-enable loplugin:sallogareasStephan Bergmann1-0/+172
2014-09-11Deactivate the sallogareas pluginTor Lillqvist1-140/+0
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-05-02add constLuboš Luňák1-3/+3
2013-04-24Update location of log-areas.doxTor Lillqvist1-3/+3
2013-03-28pass around CompilerInstance rather than ASTContextLuboš Luňák1-7/+8
2013-02-02remove not needed #includeLuboš Luňák1-2/+0
2013-02-02append [loplugin] automatically in report() rathen than manually everywhereLuboš Luňák1-5/+5
2013-02-02move documentation of plugins to the .cxx filesLuboš Luňák1-1/+3
2013-02-02avoid having to manuall modify sources when adding a new clang pluginLuboš Luňák1-0/+2
2013-01-06do not set our clang timestamp to the timestamp of the clang binaryLuboš Luňák1-2/+0
2012-12-26config_clang.hLubos Lunak1-5/+3
2012-12-05Adapt to Clang 3.2Stephan Bergmann1-0/+1
2012-10-26do not warn about missing area in SAL_DEBUGLuboš Luňák1-7/+23
2012-10-19only one warning per one SAL_INFO/SAL_WARNLubos Lunak1-0/+8
2012-10-15support for compiler rewritersLuboš Luňák1-0/+2
2012-10-15some namespacing improvementsLuboš Luňák1-3/+1
2012-10-13remove debug outputLuboš Luňák1-4/+4
2012-10-13compiler check to compare SAL_WARN/LOG areas against sal/inc/sal/log-areas.doxLuboš Luňák1-0/+113