Fix GCC's pedantic return-type warning -- this enum is fully covered.

llvm-svn: 154399
This commit is contained in:
Chandler Carruth 2012-04-10 16:03:08 +00:00
parent 2735136655
commit d8f7d38f07
1 changed files with 1 additions and 0 deletions

View File

@ -937,6 +937,7 @@ bool Parser::DiagnoseProhibitedCXX11Attribute() {
<< SourceRange(BeginLoc, EndLoc);
return true;
}
llvm_unreachable("All cases handled above.");
}
void Parser::DiagnoseProhibitedAttributes(ParsedAttributesWithRange &attrs) {