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">;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to