llvm-project/clang/lib
Argyrios Kyrtzidis fed29142ba When applying ARC __weak to a non-objc pointer, do not give error that
__weak is unsupported by the deployment target, since it is going to be
ignored anyway.

Makes it easier for incremental migration from GC.

llvm-svn: 143975
2011-11-07 18:40:21 +00:00
..
ARCMigrate [arcmt] In GC, error for __strong/__weak on non-objc pointers. 2011-11-06 18:58:23 +00:00
AST Constant expression evaluation: support for arrays. 2011-11-07 09:22:26 +00:00
Analysis Change the AST representation of operations on Objective-C 2011-11-06 09:01:30 +00:00
Basic Use StringRef's case transformation methods. 2011-11-06 20:36:48 +00:00
CodeGen Constant expression evaluation: support for arrays. 2011-11-07 09:22:26 +00:00
Driver Fix an unsafe use of Twine. 2011-11-07 16:02:25 +00:00
Frontend Rip out one of the features I added for the driver-include-management. 2011-11-07 09:17:31 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Fix vector macros to correctly check argument types. <rdar://problem/10261670> 2011-11-05 06:08:06 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Fix one last place where we weren't writing into a string literal consistently. 2011-11-05 00:41:04 +00:00
Parse Tighten up the conditions under which we consider ourselves to be 2011-11-07 17:33:42 +00:00
Rewrite Change the AST representation of operations on Objective-C 2011-11-06 09:01:30 +00:00
Sema When applying ARC __weak to a non-objc pointer, do not give error that 2011-11-07 18:40:21 +00:00
Serialization Change the AST representation of operations on Objective-C 2011-11-06 09:01:30 +00:00
StaticAnalyzer Rip out CK_GetObjCProperty. 2011-11-07 05:09:54 +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