hanchenye-llvm-project/clang/lib/ARCMigrate
Chris Lattner 01cf8db38b now that we have a centralized place to do so, add some using declarations for
some common llvm types: stringref and smallvector.  This cleans up the codebase
quite a bit.

llvm-svn: 135576
2011-07-20 06:58:45 +00:00
..
ARCMT.cpp [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
ARCMTActions.cpp [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
CMakeLists.txt Update CMake build. 2011-07-19 17:26:28 +00:00
FileRemapper.cpp [arcmt] Remove redundant has_error() check. 2011-07-10 18:57:18 +00:00
Internals.h now that we have a centralized place to do so, add some using declarations for 2011-07-20 06:58:45 +00:00
Makefile
PlistReporter.cpp [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
TransAPIUses.cpp [arcmt] When a NSData's 'bytes' family of methods are used on a local var, 2011-07-18 07:44:50 +00:00
TransARCAssign.cpp [arcmt] Break apart Transforms.cpp. 2011-06-21 20:20:39 +00:00
TransAutoreleasePool.cpp [arcmt] Fully migrate ObjC++ classes, rdar://9660007. 2011-06-23 21:21:33 +00:00
TransBlockObjCVariable.cpp [arcmt] Before applying '__weak' check whether the objc class is annotated with objc_arc_weak_reference_unavailable 2011-07-12 22:05:17 +00:00
TransEmptyStatementsAndDealloc.cpp [arcmt] Merge 'removeEmptyStatements' and 'removeDeallocMethod' passes to cut down on one compilation 2011-06-21 20:20:42 +00:00
TransProperties.cpp [arcmt] Add weak/unsafe_unretained for "@property (readonly)" when we are @synthesizing it. 2011-07-13 19:47:57 +00:00
TransRetainReleaseDealloc.cpp [arcmt] It's not safe to remove the -release on "[[someivar delegate] release];" since it's very likely 2011-07-15 23:48:56 +00:00
TransUnbridgedCasts.cpp [arcmt] Don't remove retains/releases on a global variable, flag them with errors. rdar://9402555. 2011-07-14 23:32:04 +00:00
TransUnusedInitDelegate.cpp [arcmt] Fully migrate ObjC++ classes, rdar://9660007. 2011-06-23 21:21:33 +00:00
TransZeroOutPropsInDealloc.cpp [arcmt] Break apart Transforms.cpp. 2011-06-21 20:20:39 +00:00
TransformActions.cpp [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe 2011-07-18 07:44:45 +00:00
Transforms.cpp [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe 2011-07-18 07:44:45 +00:00
Transforms.h [arcmt] NSInvocation's [get/set]ReturnValue and [get/set]Argument are only safe 2011-07-18 07:44:45 +00:00