gardening: make c++98-compat-extra-semi an error

This cleans up 90 instances of this warning and reduces the build spew
when building on Linux.  This helps identify actual issues when
building which can get lost in the stream of warning messages.  It also
helps restore the ability to build the compiler with gcc.
This commit is contained in:
Saleem Abdulrasool
2021-11-27 11:38:41 -08:00
parent 17f1cf9297
commit 910fbee14e
58 changed files with 96 additions and 90 deletions

View File

@@ -1468,7 +1468,7 @@ SerializedASTFile::getSourceOrderForDecl(const Decl *D) const {
void SerializedASTFile::collectAllGroups(
SmallVectorImpl<StringRef> &Names) const {
File.collectAllGroups(Names);
};
}
Optional<StringRef>
SerializedASTFile::getGroupNameByUSR(StringRef USR) const {