[cfe-commits] r38916 - /cfe/cfe/trunk/include/clang/Parse/Action.h
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:25:44 PDT 2007
Author: sabre
Date: Wed Jul 11 11:25:44 2007
New Revision: 38916
URL: http://llvm.org/viewvc/llvm-project?rev=38916&view=rev
Log:
Add DeclTy typedef.
Modified:
cfe/cfe/trunk/include/clang/Parse/Action.h
Modified: cfe/cfe/trunk/include/clang/Parse/Action.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Parse/Action.h?rev=38916&r1=38915&r2=38916&view=diff
==============================================================================
--- cfe/cfe/trunk/include/clang/Parse/Action.h (original)
+++ cfe/cfe/trunk/include/clang/Parse/Action.h Wed Jul 11 11:25:44 2007
@@ -43,6 +43,7 @@
// 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.
More information about the cfe-commits
mailing list