missed an svn add

llvm-svn: 104562
This commit is contained in:
Chris Lattner 2010-05-24 21:38:14 +00:00
parent b997626120
commit f294c560da
1 changed files with 10 additions and 0 deletions

View File

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