John McCall
20182ac0c7
Kill every call to @clang.arc.use in the ARC contract phase.
...
llvm-svn: 177769
2013-03-22 21:38:36 +00:00
Michael Gottesman
1e29ca1501
Fixed 2 more header comments...
...
llvm-svn: 173774
2013-01-29 05:07:18 +00:00
Michael Gottesman
278266faa8
Sorted includes using utils/sort_includes.
...
llvm-svn: 173767
2013-01-29 04:20:52 +00:00
Michael Gottesman
778138e960
Extracted ObjCARCContract from ObjCARCOpts into its own file.
...
This also required adding 2x headers Dependency Analysis.h/Provenance Analysis.h
and a .cpp file DependencyAnalysis.cpp to unentangle the dependencies inbetween
ObjCARCContract and ObjCARCOpts.
llvm-svn: 173760
2013-01-29 03:03:03 +00:00
Michael Gottesman
5ed40afe17
Created ObjCARCUtil.cpp for functions which in my humble opinion are too large to static inline and place in a header file such as ObjCARC.h.
...
llvm-svn: 173666
2013-01-28 06:39:31 +00:00