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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2012-04-10 16:03:08 +00:00
Родитель 970b22675d
Коммит 2c6dbd7f55
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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