C++1y is now C++14!
Changes diagnostic options, language standard options, diagnostic identifiers, diagnostic wording to use c++14 instead of c++1y. It also modifies related test cases to use the updated diagnostic wording. llvm-svn: 215982
This commit is contained in:
@@ -5201,7 +5201,7 @@ void Parser::ParseFunctionDeclarator(Declarator &D,
|
||||
dyn_cast<CXXRecordDecl>(Actions.CurContext),
|
||||
DS.getTypeQualifiers() |
|
||||
(D.getDeclSpec().isConstexprSpecified() &&
|
||||
!getLangOpts().CPlusPlus1y
|
||||
!getLangOpts().CPlusPlus14
|
||||
? Qualifiers::Const : 0),
|
||||
IsCXX11MemberFunction);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user