r186285 - Change cxx0x to cxx11 in diagnostic name.

Craig Topper craig.topper at gmail.com
Sun Jul 14 10:01:54 PDT 2013


Author: ctopper
Date: Sun Jul 14 12:01:54 2013
New Revision: 186285

URL: http://llvm.org/viewvc/llvm-project?rev=186285&view=rev
Log:
Change cxx0x to cxx11 in diagnostic name.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td?rev=186285&r1=186284&r2=186285&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td Sun Jul 14 12:01:54 2013
@@ -582,7 +582,7 @@ def err_two_right_angle_brackets_need_sp
 def err_right_angle_bracket_equal_needs_space : Error<
   "a space is required between a right angle bracket and an equals sign "
   "(use '> =')">;
-def warn_cxx0x_right_shift_in_template_arg : Warning<
+def warn_cxx11_right_shift_in_template_arg : Warning<
   "use of right-shift operator ('>>') in template argument will require "
   "parentheses in C++11">, InGroup<CXX11Compat>;
 def warn_cxx98_compat_two_right_angle_brackets : Warning<





More information about the cfe-commits mailing list