add fixme

llvm-svn: 67977
This commit is contained in:
Chris Lattner 2009-03-29 01:03:29 +00:00
parent 42361b3eb5
commit 59f1a41f2e
1 changed files with 1 additions and 1 deletions
clang/include/clang/Parse

View File

@ -70,7 +70,7 @@ public:
typedef ActionBase::ExprTy ExprTy;
typedef ActionBase::StmtTy StmtTy;
typedef OpaquePtr<0> DeclPtrTy;
typedef void TypeTy;
typedef void TypeTy; // FIXME: Change TypeTy to use OpaquePtr<1>.
typedef void AttrTy;
typedef void BaseTy;
typedef void MemInitTy;