diff options
author | Alexis Hunt <alercah@gmail.com> | 2010-05-30 07:21:58 +0000 |
---|---|---|
committer | Alexis Hunt <alercah@gmail.com> | 2010-05-30 07:21:58 +0000 |
commit | ed05325dbe7965ac797754652df0d4e1cfcd0a98 (patch) | |
tree | cee1c15abf570c01bfb9176d297a7f0d5ae22216 /clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | |
parent | c943c52073d8d159a37242d9ac9b84ebaf441fc5 (diff) | |
download | bcm5719-llvm-ed05325dbe7965ac797754652df0d4e1cfcd0a98.tar.gz bcm5719-llvm-ed05325dbe7965ac797754652df0d4e1cfcd0a98.zip |
Convert DeclNodes to use TableGen.
The macros required for DeclNodes use have changed to match the use of
StmtNodes. The FooFirst enumerator constants have been named firstFoo
to match usage elsewhere.
llvm-svn: 105165
Diffstat (limited to 'clang/lib/Sema/SemaTemplateInstantiateDecl.cpp')
-rw-r--r-- | clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp b/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp index 834b86da9a0..7981c3c949a 100644 --- a/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp +++ b/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp @@ -42,7 +42,7 @@ namespace { // FIXME: Once we get closer to completion, replace these manually-written // declarations with automatically-generated ones from - // clang/AST/DeclNodes.def. + // clang/AST/DeclNodes.inc. Decl *VisitTranslationUnitDecl(TranslationUnitDecl *D); Decl *VisitNamespaceDecl(NamespaceDecl *D); Decl *VisitNamespaceAliasDecl(NamespaceAliasDecl *D); |