Author: dim Date: Sun Dec 24 14:05:01 2017 New Revision: 327154 URL: https://svnweb.freebsd.org/changeset/base/327154
Log: Vendor import of clang trunk r321426: https://llvm.org/svn/llvm-project/cfe/trunk@321426 Modified: vendor/clang/dist/lib/AST/ASTContext.cpp Modified: vendor/clang/dist/lib/AST/ASTContext.cpp ============================================================================== --- vendor/clang/dist/lib/AST/ASTContext.cpp Sun Dec 24 14:04:55 2017 (r327153) +++ vendor/clang/dist/lib/AST/ASTContext.cpp Sun Dec 24 14:05:01 2017 (r327154) @@ -2148,7 +2148,7 @@ static bool unionHasUniqueObjectRepresentations(const return true; } -bool isStructEmpty(QualType Ty) { +static bool isStructEmpty(QualType Ty) { const RecordDecl *RD = Ty->castAs<RecordType>()->getDecl(); if (!RD->field_empty()) _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
