Checking if TARGET_OS_IPHONE is defined isn't good enough for 10.7 and earlier.
[oota-llvm.git] / lib / Transforms / ObjCARC / ObjCARCUtil.cpp
2013-07-10 Michael Gottesman[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky...
2013-07-07 Michael Gottesman[objc-arc] Teach the ARC optimizer that objc_sync_enter...
2013-03-26 Michael Gottesman[ObjCARC Annotations] Added support for displaying...
2013-03-22 John McCallKill every call to @clang.arc.use in the ARC contract...
2013-01-29 Michael GottesmanFixed 2 more header comments...
2013-01-29 Michael GottesmanSorted includes using utils/sort_includes.
2013-01-29 Michael GottesmanExtracted ObjCARCContract from ObjCARCOpts into its...
2013-01-28 Michael GottesmanCreated ObjCARCUtil.cpp for functions which in my humbl...