loplugin:externvar (clang-cl)
Change-Id: I81877e46cf95dcc7de16b797fca33658036bf9e8
This commit is contained in:
@@ -73,6 +73,9 @@ public:
|
||||
// not needed and will not be emitted"
|
||||
return true;
|
||||
}
|
||||
if (loplugin::DeclCheck(def).Var("_pRawDllMain").GlobalNamespace()) {
|
||||
return true;
|
||||
}
|
||||
SourceLocation argLoc;
|
||||
if (compat::isMacroArgExpansion(compiler, def->getLocation(), &argLoc)
|
||||
&& (Lexer::getImmediateMacroName(
|
||||
|
Reference in New Issue
Block a user