hanchenye-llvm-project/clang/lib
Steve Naroff 639de9ccd9 ObjC AST cleanups/simplifications (phase 1).
Add ObjCContainerDecl class and have ObjCInterfaceDecl/ObjCCategoryDecl/ObjCProtocolDecl inherit from it.

llvm-svn: 61866
2009-01-07 17:57:40 +00:00
..
AST ObjC AST cleanups/simplifications (phase 1). 2009-01-07 17:57:40 +00:00
Analysis This commit reflects changes to the retain/release checker motivated by my 2009-01-07 00:39:56 +00:00
Basic SourceManager: Implement "lazy" creation of MemBuffers for source files. 2009-01-06 22:43:04 +00:00
CodeGen Couple of code gen. fixes in ObjC's colection-statement. Hard 2009-01-06 18:56:31 +00:00
Driver Add Fedora 10 GCC paths. 2008-12-25 09:28:01 +00:00
Headers Add a MS specific intrinsic. 2008-12-27 04:26:15 +00:00
Lex Optimize stringification a bit to avoid std::string thrashing and 2009-01-05 23:04:18 +00:00
Parse Another tweak to handle the MS extensions (<rdar://problem/5956221>). 2009-01-06 19:34:12 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Use DeclContext::getLookupContext wherever necessary to ensure that we look through transparent contexts 2009-01-07 16:34:42 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00