llvm-project/clang/lib
Fariborz Jahanian 4ad5686399 objc-arc: allow explicit unbridged casts if the source of the cast is a
message sent to an objc method (or property access)
// rdar://9474349

llvm-svn: 133469
2011-06-20 20:54:42 +00:00
..
ARCMigrate [arcmt] Find out whether there is an ARC runtime directly from the triple, avoid hacky delegation to the driver for that. 2011-06-20 19:59:52 +00:00
AST Restructure the API in Type based on a conversation with Richard Smith. 2011-06-20 01:23:19 +00:00
Analysis Finish 2 sentences. 2011-06-16 23:19:36 +00:00
Basic As a hopefully temporary workaround for a header mistake, treat 2011-06-17 21:23:37 +00:00
CodeGen llvm-gcc treats a tentative definition with a previous 2011-06-20 17:50:03 +00:00
Driver [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. 2011-06-17 23:49:31 +00:00
Frontend Define __cplusplus to 201103L when in (non-GNU) C++0x mode. 2011-06-20 15:00:58 +00:00
FrontendTool [arcmt] Remove '-arcmt-modify-in-memory', it turned out less useful than we hoped it would be. 2011-06-17 23:49:31 +00:00
Headers Define va_copy when in C++0x mode; C++0x picked it up from C99. 2011-06-20 15:03:22 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Parse Handle decltype keyword in Parser::isDeclarationSpecifier. 2011-06-19 08:02:06 +00:00
Rewrite Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Sema objc-arc: allow explicit unbridged casts if the source of the cast is a 2011-06-20 20:54:42 +00:00
Serialization Objective-C fast enumeration loop variables are not retained in ARC, but 2011-06-17 06:42:21 +00:00
StaticAnalyzer [analyzer] Replace stream-built error message with constant string. No functionality change. 2011-06-20 03:51:53 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00