diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-04-15 22:32:37 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-04-15 22:32:37 +0000 |
| commit | 9ac5f22fc71830a6f043dc4bcf55ba49a6145395 (patch) | |
| tree | ba0ba3c74b2e351aab14300b6a11745092716c1e | |
| parent | 978887b6b0eb6bb212f8ae7868d2b2274571aa2e (diff) | |
| download | bcm5719-llvm-9ac5f22fc71830a6f043dc4bcf55ba49a6145395.tar.gz bcm5719-llvm-9ac5f22fc71830a6f043dc4bcf55ba49a6145395.zip | |
comment out IsGroup: tblgen isn't instantiating these dependent defs quite right yet.
llvm-svn: 69234
| -rw-r--r-- | clang/include/clang/Basic/Diagnostic.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/Diagnostic.td b/clang/include/clang/Basic/Diagnostic.td index fdb8c06b99f..e842c5330d9 100644 --- a/clang/include/clang/Basic/Diagnostic.td +++ b/clang/include/clang/Basic/Diagnostic.td @@ -29,7 +29,7 @@ def CLASS_ERROR : DiagClass; // Diagnostic Groups. class DiagGroup<string Name> { string GroupName = Name; } class InGroup<DiagGroup G> { DiagGroup Group = G; } -class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; } +//class IsGroup<string Name> { DiagGroup Group = DiagGroup<Name>; } def ImplicitFunctionDeclare : DiagGroup<"implicit-function-declaration">; def Trigraphs : DiagGroup<"trigraphs">; |

