From 2ff6975aa86e1dc2e7322489fdbf8845755ca308 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 25 Aug 2017 02:39:05 +0000 Subject: Rename diagnostic groups from CXX1z to CXX17. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311758 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/DiagnosticLexKinds.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/clang/Basic/DiagnosticLexKinds.td') diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td index 7facf4f3d0..9f35ed5762 100644 --- a/include/clang/Basic/DiagnosticLexKinds.td +++ b/include/clang/Basic/DiagnosticLexKinds.td @@ -185,7 +185,7 @@ def ext_hex_literal_invalid : Extension< def warn_cxx17_hex_literal : Warning< "hexadecimal floating literals are incompatible with " "C++ standards before C++17">, - InGroup, DefaultIgnore; + InGroup, DefaultIgnore; def ext_binary_literal : Extension< "binary integer literals are a GNU extension">, InGroup; def ext_binary_literal_cxx14 : Extension< @@ -209,7 +209,7 @@ def warn_cxx98_compat_unicode_literal : Warning< InGroup, DefaultIgnore; def warn_cxx14_compat_u8_character_literal : Warning< "unicode literals are incompatible with C++ standards before C++17">, - InGroup, DefaultIgnore; + InGroup, DefaultIgnore; def warn_cxx11_compat_user_defined_literal : Warning< "identifier after literal will be treated as a user-defined literal suffix " "in C++11">, InGroup, DefaultIgnore; -- cgit v1.2.3