[cfe-commits] r104562 - /cfe/trunk/include/clang/Basic/DiagnosticCategories.td

Chris Lattner sabre at nondot.org
Mon May 24 14:38:14 PDT 2010


Author: lattner
Date: Mon May 24 16:38:14 2010
New Revision: 104562

URL: http://llvm.org/viewvc/llvm-project?rev=104562&view=rev
Log:
missed an svn add

Added:
    cfe/trunk/include/clang/Basic/DiagnosticCategories.td

Added: cfe/trunk/include/clang/Basic/DiagnosticCategories.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticCategories.td?rev=104562&view=auto
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticCategories.td (added)
+++ cfe/trunk/include/clang/Basic/DiagnosticCategories.td Mon May 24 16:38:14 2010
@@ -0,0 +1,10 @@
+//==--- DiagnosticCategories.td - Diagnostic Category Definitions ---------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+class CatInlineAsm : DiagCategory<"Inline Assembly Issue">;





More information about the cfe-commits mailing list