hanchenye-llvm-project/clang/lib
David Chisnall 5bb4efdf3c First pass at adding GC support for GNU runtime. GC ivar maps not yet constructed, GC flag not set.
Please don't try using this yet - the runtime support is still very immature and your code will almost certainly crash if you do.  

llvm-svn: 95222
2010-02-03 15:59:02 +00:00
..
AST When a function or variable somehow depends on a type or declaration 2010-02-03 09:33:45 +00:00
Analysis Add format string type checking support for 'long double'. 2010-02-01 23:23:50 +00:00
Basic Don't explicitly force utf strings into the __TEXT,__ustring 2010-02-01 20:59:08 +00:00
Checker Add FlatStore.cpp (from r95214) to CMake build. Don't forget about it! =D 2010-02-03 09:31:39 +00:00
CodeGen First pass at adding GC support for GNU runtime. GC ivar maps not yet constructed, GC flag not set. 2010-02-03 15:59:02 +00:00
Driver Driver: Add -[no-]integrated-as for clang. 2010-02-03 03:07:56 +00:00
Frontend update for llvm api change. 2010-02-03 05:55:22 +00:00
Headers fix PR6187: various load functions in xmmintrin.h were missing 'const'. 2010-02-01 20:14:14 +00:00
Index -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
Lex Fix subtle bug in Preprocessor::AdvanceToTokenCharacter(): use '+=' instead of '='. 2010-01-29 19:38:24 +00:00
Parse fix PR6216 2010-02-03 01:45:03 +00:00
Rewrite Fixes a rewrite bug rewriting nested ivars reference. 2010-01-28 01:41:20 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema Teach the allocation function overload handling to deal with templates, and 2010-02-03 11:02:14 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00