[cfe-commits] r169576 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Richard Smith richard-llvm at metafoo.co.uk
Thu Dec 6 18:26:01 PST 2012


Author: rsmith
Date: Thu Dec  6 20:26:01 2012
New Revision: 169576

URL: http://llvm.org/viewvc/llvm-project?rev=169576&view=rev
Log:
Add file missed from r169574!

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

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=169576&r1=169575&r2=169576&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Thu Dec  6 20:26:01 2012
@@ -5407,6 +5407,9 @@
 def err_defaulted_special_member_params : Error<
   "an explicitly-defaulted %select{|copy |move }0constructor cannot "
   "have default arguments">;
+def err_defaulted_special_member_variadic : Error<
+  "an explicitly-defaulted %select{|copy |move }0constructor cannot "
+  "be variadic">;
 def err_defaulted_special_member_return_type : Error<
   "explicitly-defaulted %select{copy|move}0 assignment operator must "
   "return %1">;





More information about the cfe-commits mailing list