Vendor import of clang trunk r321426:
https://llvm.org/svn/llvm-project/cfe/trunk@321426
This commit is contained in:
parent
6252156da5
commit
1de93ee561
@ -2148,7 +2148,7 @@ static bool unionHasUniqueObjectRepresentations(const ASTContext &Context,
|
||||
return true;
|
||||
}
|
||||
|
||||
bool isStructEmpty(QualType Ty) {
|
||||
static bool isStructEmpty(QualType Ty) {
|
||||
const RecordDecl *RD = Ty->castAs<RecordType>()->getDecl();
|
||||
|
||||
if (!RD->field_empty())
|
||||
|
Loading…
Reference in New Issue
Block a user