Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-29 | Fixed some whitespace/80+ violations. Also added a space after a namespace ↵ | Michael Gottesman | |
declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173772 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-01-29 | Extracted ObjCARCContract from ObjCARCOpts into its own file. | Michael Gottesman | |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173760 91177308-0d34-0410-b5e6-96231b3b80d8 |