[cfe-commits] r111667 - in /cfe/trunk: include/clang/Parse/ include/clang/Sema/ lib/Frontend/ lib/Parse/ lib/Sema/ tools/c-index-test/ tools/driver/ tools/libclang/

Fariborz Jahanian fjahanian at apple.com
Fri Aug 20 14:25:59 PDT 2010


URL: http://llvm.org/viewvc/llvm-project?rev=111667&view=rev
Log:
Another step in the process of making the parser depend on Sema:
  - 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.

Could you keep clang.xcodeproj up to date.

- Thanks, Fariborz




More information about the cfe-commits mailing list