hanchenye-llvm-project/clang/lib/ARCMigrate
Fariborz Jahanian bed1be926d ObjectiveC migrator. Another alternative to
"atomic" or "nonatomic" for properties is
NS_NONATOMIC_IOSONLY. Use it if available.
// rdar://15442742

llvm-svn: 194503
2013-11-12 19:25:50 +00:00
..
ARCMT.cpp [arcmt] Don't try to handle files that are already ARC'ified, this is not possible currently. 2013-09-17 19:14:29 +00:00
ARCMTActions.cpp
CMakeLists.txt ARCMigrate depends on the static analyzer. 2013-08-20 12:33:59 +00:00
FileRemapper.cpp [arcmt] Remove some dead code. 2013-07-16 22:24:06 +00:00
Internals.h Include llvm::Optional in clang/Basic/LLVM.h 2013-02-20 22:23:23 +00:00
Makefile
ObjCMT.cpp ObjectiveC migrator. Another alternative to 2013-11-12 19:25:50 +00:00
PlistReporter.cpp
TransAPIUses.cpp Point diagnostics that complain about a use of a selector in an objc message, to the selector location. 2013-05-01 00:24:09 +00:00
TransARCAssign.cpp
TransAutoreleasePool.cpp
TransBlockObjCVariable.cpp
TransEmptyStatementsAndDealloc.cpp
TransGCAttrs.cpp Replace TypeLoc llvm::cast support to be well-defined. 2013-02-18 22:06:02 +00:00
TransGCCalls.cpp
TransProperties.cpp
TransProtectedScope.cpp [arcmt] Copy the diagnostics so we don't have to worry about invaliding iterators from the diagnostic list. 2013-04-01 21:12:30 +00:00
TransRetainReleaseDealloc.cpp Point diagnostics that complain about a use of a selector in an objc message, to the selector location. 2013-05-01 00:24:09 +00:00
TransUnbridgedCasts.cpp [arcmt] When handling unbridged casts, handle the body of BlockDecl separately because ParentMap does not record 2013-08-09 20:20:25 +00:00
TransUnusedInitDelegate.cpp
TransZeroOutPropsInDealloc.cpp
TransformActions.cpp
Transforms.cpp ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS 2013-10-11 17:35:22 +00:00
Transforms.h ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS 2013-10-11 17:35:22 +00:00