Test commit removing trailing whitespace

llvm-svn: 331053
This commit is contained in:
Stuart Brady 2018-04-27 16:11:56 +00:00
parent 38b4b54a2c
commit a38f573ad0
1 changed files with 1 additions and 1 deletions

View File

@ -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;