forked from OSchip/llvm-project
Test commit removing trailing whitespace
llvm-svn: 331053
This commit is contained in:
parent
38b4b54a2c
commit
a38f573ad0
|
@ -6979,7 +6979,7 @@ NamedDecl *Sema::getShadowedDeclaration(const TypedefNameDecl *D,
|
|||
// Don't warn if typedef declaration is part of a class
|
||||
if (D->getDeclContext()->isRecord())
|
||||
return nullptr;
|
||||
|
||||
|
||||
if (!shouldWarnIfShadowedDecl(Diags, R))
|
||||
return nullptr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue