commit | 8f823d2d3c557326d22699d66e5d367d0f0e44ef | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Apr 11 18:48:18 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Apr 11 18:48:18 2009 +0000 |
tree | 475afa0cfd2f54b50b4f57f1c5afbd45305a2fa9 | |
parent | 3c304bd9ec2b4611572d4cbae9e1727bbecb5dc9 [diff] |
sink abstract typedefs like Action::ExprTy from the Action class down to the ActionBase class. This eliminates dependencies of (e.g.) DeclSpec.h on Action.h, meaning that action.h can now include these headers and use their types directly in the actions interfaces. This is a refactoring to support a future change, no functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68869 91177308-0d34-0410-b5e6-96231b3b80d8