Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also ↵ | Michael Gottesman | 2013-07-10 | 1 | -1/+1 |
| | | | | | | removed unnecessary mode: c++ lines from .cpp files. llvm-svn: 186026 | ||||
* | Extracted ObjCARCContract from ObjCARCOpts into its own file. | Michael Gottesman | 2013-01-29 | 1 | -0/+79 |
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 |