diff options
author | Sean Hunt <rideau3@gmail.com> | 2010-05-30 07:21:58 +0000 |
---|---|---|
committer | Sean Hunt <rideau3@gmail.com> | 2010-05-30 07:21:58 +0000 |
commit | 9a55591af3e5506b95a9718e15380129fbfc5ebc (patch) | |
tree | 196797e38b800e127762a94f26e65bdb6d734ae9 /lib/Frontend/PCHReaderDecl.cpp | |
parent | c15503d77bb109ab33f1a865cc318de18a3a1adf (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHReaderDecl.cpp')
-rw-r--r-- | lib/Frontend/PCHReaderDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PCHReaderDecl.cpp b/lib/Frontend/PCHReaderDecl.cpp index 1ef0441ebf..2a1044c447 100644 --- a/lib/Frontend/PCHReaderDecl.cpp +++ b/lib/Frontend/PCHReaderDecl.cpp @@ -84,7 +84,7 @@ namespace { std::pair<uint64_t, uint64_t> VisitDeclContext(DeclContext *DC); - // FIXME: Reorder according to DeclNodes.def? + // FIXME: Reorder according to DeclNodes.td? void VisitObjCMethodDecl(ObjCMethodDecl *D); void VisitObjCContainerDecl(ObjCContainerDecl *D); void VisitObjCInterfaceDecl(ObjCInterfaceDecl *D); |