]> granicus.if.org Git - clang/commitdiff
Change cxx0x to cxx11 in diagnostic name.
authorCraig Topper <craig.topper@gmail.com>
Sun, 14 Jul 2013 17:01:54 +0000 (17:01 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 14 Jul 2013 17:01:54 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186285 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticParseKinds.td

index 012d13d4cdd0885018e7e6f8369d911cefc6a15e..6fb0b972127f6200fa51e59c97e9f94986dadd67 100644 (file)
@@ -582,7 +582,7 @@ def err_two_right_angle_brackets_need_space : Error<
 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<