[cfe-commits] r132687 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Sean Hunt
scshunt at csclub.uwaterloo.ca
Mon Jun 6 13:30:15 PDT 2011
Author: coppro
Date: Mon Jun 6 15:30:15 2011
New Revision: 132687
URL: http://llvm.org/viewvc/llvm-project?rev=132687&view=rev
Log:
Don't put a note in the DiagGroup
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=132687&r1=132686&r2=132687&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Mon Jun 6 15:30:15 2011
@@ -1420,8 +1420,7 @@
def note_previous_declaration_special : Note<
// The ERRORs are in hopes that if they occur, they'll get reported.
"previous declaration was %select{*ERROR*|a copy constructor|a move "
- "constructor|*ERROR*|*ERROR*|*ERROR*|not a special member function}0">,
- InGroup<DefaultArgSpecialMember>;
+ "constructor|*ERROR*|*ERROR*|*ERROR*|not a special member function}0">;
def err_use_of_default_argument_to_function_declared_later : Error<
"use of default argument to function %0 that is declared later in class %1">;
More information about the cfe-commits
mailing list