llvm-project/clang/lib/ARCMigrate
Argyrios Kyrtzidis a9151a5170 [arcmt] When fixing the "unassigned init call" ARC error, make sure
to do a nil check for the result of the call.

rdar://10950973

llvm-svn: 153793
2012-03-31 01:34:06 +00:00
..
ARCMT.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ARCMTActions.cpp Extract the (InputKind, std::string) pair used to describe inputs to 2012-01-20 16:28:04 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
FileRemapper.cpp Simplify some users of DenseMap::erase. 2012-03-24 18:22:12 +00:00
Internals.h arc migrator: Added an option to the migrator 2012-01-26 00:08:04 +00:00
Makefile
ObjCMT.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
PlistReporter.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
TransAPIUses.cpp [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111. 2011-07-27 05:28:22 +00:00
TransARCAssign.cpp [arcmt] Fix an assertion hit in rdar://10336125; a bit too complicated to reduce. 2011-11-05 00:02:26 +00:00
TransAutoreleasePool.cpp Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to 2012-03-10 09:33:50 +00:00
TransBlockObjCVariable.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
TransEmptyStatementsAndDealloc.cpp [arcmt] For GC, cleanup and turn -finalize to -dealloc. 2011-11-04 15:58:22 +00:00
TransGCAttrs.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
TransGCCalls.cpp arc migrator: Provide infrastructure to add options 2012-01-25 00:20:29 +00:00
TransProperties.cpp [arcmt] Fix a bug where a property in a class extension, that did not exist 2012-03-29 01:10:31 +00:00
TransRetainReleaseDealloc.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
TransUnbridgedCasts.cpp Basic: import SmallString<> into clang namespace 2012-02-05 02:13:05 +00:00
TransUnusedInitDelegate.cpp [arcmt] When fixing the "unassigned init call" ARC error, make sure 2012-03-31 01:34:06 +00:00
TransZeroOutPropsInDealloc.cpp Change the AST representation of operations on Objective-C 2011-11-06 09:01:30 +00:00
TransformActions.cpp arc migrator: Provide infrastructure to add options 2012-01-25 00:20:29 +00:00
Transforms.cpp Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They are now just simple wrappers around method families, and method decls can cache method family lookups. Also, no one is using them right now. 2012-03-17 20:51:32 +00:00
Transforms.h [arcmt] 2012-03-05 08:46:24 +00:00