diff --git a/clang/include/clang/Parse/Action.h b/clang/include/clang/Parse/Action.h index f63b2b2de53a..aef7a6187975 100644 --- a/clang/include/clang/Parse/Action.h +++ b/clang/include/clang/Parse/Action.h @@ -43,6 +43,7 @@ public: // Types - Though these don't actually enforce strong typing, they document // what types are required to be identical for the actions. typedef void ExprTy; + typedef void DeclTy; //===--------------------------------------------------------------------===// // Symbol table tracking callbacks.