Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill every call to @clang.arc.use in the ARC contract phase. | John McCall | 2013-03-22 | 1 | -0/+1 |
| | | | | llvm-svn: 177769 | ||||
* | Sorted includes using utils/sort_includes. | Michael Gottesman | 2013-01-29 | 1 | -2/+1 |
| | | | | llvm-svn: 173767 | ||||
* | Extracted ObjCARCContract from ObjCARCOpts into its own file. | Michael Gottesman | 2013-01-29 | 1 | -0/+262 |
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 |