diff options
-rw-r--r-- | include/clang/Parse/Action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 848808938f..f2f81e18d5 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -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; |