summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Action.cpp
Commit message (Collapse)AuthorAgeFilesLines
* One who seeks knowledge learns something new every day.John McCall2010-08-261-38/+0
| | | | | | | | | One who seeks the Tao unlearns something new every day. Less and less remains until you arrive at non-action. When you arrive at non-action, nothing will be left undone. llvm-svn: 112244
* Abstract out passing around types and kill off ActionBase.John McCall2010-08-241-66/+0
| | | | llvm-svn: 111901
* DeclPtrTy -> Decl *John McCall2010-08-211-18/+19
| | | | llvm-svn: 111733
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-0/+103
- move DeclSpec &c into the Sema library - move ParseAST into the Parse library Reflect this change in a thousand different includes. Reflect this change in the link orders. llvm-svn: 111667
OpenPOWER on IntegriCloud