hanchenye-llvm-project/clang/lib
Mike Stump 6764593098 Fixup codegen for nested blocks that use copy/dispose in the inner
blocks, so that the outer blocks use it as well.  Radar 6762279

llvm-svn: 68811
2009-04-10 18:52:28 +00:00
..
AST Various minor fixes to PCH reading and writing, with general 2009-04-10 17:25:41 +00:00
Analysis Move a few more NonLoc static functions to ValueManager. 2009-04-10 18:11:44 +00:00
Basic Add initial support for -imacros. Right now it has the same semantics as 2009-04-08 18:24:34 +00:00
CodeGen Fixup codegen for nested blocks that use copy/dispose in the inner 2009-04-10 18:52:28 +00:00
Driver Driver: CCC_ADD_ARGS could end up using dangling pointers. 2009-04-10 18:32:59 +00:00
Frontend add a new PP_MACRO_NAME hack so that I can test object-like macros. 2009-04-10 18:22:18 +00:00
Headers define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. 2009-04-07 05:12:42 +00:00
Lex PCH serialization/deserialization of the source manager. With this 2009-04-10 03:52:48 +00:00
Parse Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows 2009-04-10 00:01:14 +00:00
Rewrite Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Sema Use getDeclName() instead of getIdentifier() (safe against null pointers) 2009-04-10 18:25:37 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00