[cfe-commits] r90606 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Anders Carlsson
andersca at mac.com
Fri Dec 4 14:34:08 PST 2009
Author: andersca
Date: Fri Dec 4 16:34:07 2009
New Revision: 90606
URL: http://llvm.org/viewvc/llvm-project?rev=90606&view=rev
Log:
Forgot this.
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=90606&r1=90605&r2=90606&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Fri Dec 4 16:34:07 2009
@@ -1263,7 +1263,10 @@
"no previous prototype for function %0">,
InGroup<DiagGroup<"missing-prototypes">>, DefaultIgnore;
def err_redefinition : Error<"redefinition of %0">;
-
+def err_definition_of_implicitly_declared_member : Error<
+ "definition of implicitly declared %select{constructor|copy constructor|"
+ "copy assignment operator|destructor}1">;
+
def warn_redefinition_of_typedef : Warning<
"redefinition of typedef %0 is invalid in C">,
InGroup<DiagGroup<"typedef-redefinition"> >, DefaultError;
More information about the cfe-commits
mailing list