Add DeclTy typedef.

llvm-svn: 38916
This commit is contained in:
Chris Lattner 2006-08-14 00:57:06 +00:00
parent 3b4fdda3d8
commit bd78161d95
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ public:
// Types - Though these don't actually enforce strong typing, they document // Types - Though these don't actually enforce strong typing, they document
// what types are required to be identical for the actions. // what types are required to be identical for the actions.
typedef void ExprTy; typedef void ExprTy;
typedef void DeclTy;
//===--------------------------------------------------------------------===// //===--------------------------------------------------------------------===//
// Symbol table tracking callbacks. // Symbol table tracking callbacks.