Kaydet (Commit) 962c820d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

SAL_DEBUG_TRACE is like SAL_DEBUG

Change-Id: I7b4585259255b9869e5f6ec03fc901db29c10bc8
Reviewed-on: https://gerrit.libreoffice.org/34481Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
üst bdc6f725
......@@ -84,7 +84,7 @@ bool SalLogAreas::VisitCallExpr( const CallExpr* call )
loc = source.getImmediateExpansionRange( loc ).first )
{
StringRef inMacro = Lexer::getImmediateMacroName( loc, source, compiler.getLangOpts());
if( inMacro == "SAL_DEBUG" )
if( inMacro == "SAL_DEBUG" || inMacro == "SAL_DEBUG_TRACE" )
return true; // ok
}
report( DiagnosticsEngine::Warning, "missing log area",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment