[cfe-commits] r81419 - /cfe/trunk/include/clang/Basic/DiagnosticGroups.td

Daniel Dunbar daniel at zuster.org
Wed Sep 9 18:20:58 PDT 2009


Author: ddunbar
Date: Wed Sep  9 20:20:58 2009
New Revision: 81419

URL: http://llvm.org/viewvc/llvm-project?rev=81419&view=rev
Log:
Recognize and ignore -Woverloaded-virtual.

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

Modified: cfe/trunk/include/clang/Basic/DiagnosticGroups.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticGroups.td?rev=81419&r1=81418&r2=81419&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticGroups.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticGroups.td Wed Sep  9 20:20:58 2009
@@ -59,6 +59,7 @@
 def : DiagGroup<"nonportable-cfstrings">;
 def : DiagGroup<"old-style-definition">;
 def : DiagGroup<"overflow">;
+def : DiagGroup<"overloaded-virtual">;
 def : DiagGroup<"packed">;
 def Parentheses : DiagGroup<"parentheses">;
 def PointerArith : DiagGroup<"pointer-arith">;





More information about the cfe-commits mailing list