diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-05-24 21:38:14 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-05-24 21:38:14 +0000 |
| commit | f294c560dabcc8006b08dffb4f82bc89d37bf461 (patch) | |
| tree | adc2dd0b2c09faa777fc9fc31cc4fc845de97881 /clang | |
| parent | b99762612021043aa4f6ae56dd7fb0aeb06f5ba9 (diff) | |
| download | bcm5719-llvm-f294c560dabcc8006b08dffb4f82bc89d37bf461.tar.gz bcm5719-llvm-f294c560dabcc8006b08dffb4f82bc89d37bf461.zip | |
missed an svn add
llvm-svn: 104562
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticCategories.td | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/clang/include/clang/Basic/DiagnosticCategories.td b/clang/include/clang/Basic/DiagnosticCategories.td new file mode 100644 index 00000000000..a02fbdf93fc --- /dev/null +++ b/clang/include/clang/Basic/DiagnosticCategories.td @@ -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">; |

