hanchenye-llvm-project/clang/lib
Chris Lattner b7e7f722a2 pchify CXXMemberCallExpr correctly. Before it would serialize
and deserialize as a CallExpr which is close, but ends up
deserializing with the wrong stmt class.

llvm-svn: 103371
2010-05-09 05:36:05 +00:00
..
AST Cleanup. 2010-05-09 05:03:38 +00:00
Analysis Unbreak CMake build. 2010-05-05 05:41:05 +00:00
Basic clean up isBeforeInTranslationUnit by factoring out some common 2010-05-07 20:35:24 +00:00
Checker Turn -analyzer-inline-call on for C functions. This also fixed a bug that 2010-05-06 03:38:27 +00:00
CodeGen Tweaked selector mangling again (GNU runtime). 2010-05-09 01:01:43 +00:00
Driver Handle -ffunction-sections and -fdata-sections in the driver. 2010-05-06 21:06:04 +00:00
Frontend pchify CXXMemberCallExpr correctly. Before it would serialize 2010-05-09 05:36:05 +00:00
Headers logical ops, unary ops, pairwise ops 2010-04-30 00:46:57 +00:00
Index Overhaul the AST representation of Objective-C message send 2010-04-21 00:45:42 +00:00
Lex Add '__has_feature' support for weak ObjC classes. 2010-04-29 02:06:46 +00:00
Parse Fixed DISABLE_SMART_POINTERS breakage 2010-05-06 21:39:56 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema Be more careful about picking a template parameter when we fail to substitute explicit template arguments into a function template 2010-05-09 01:26:06 +00:00
CMakeLists.txt
Makefile