Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | Remove unused-but-set variable. | Benjamin Kramer | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152633 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-03-11 | Unify naming of LangOptions variable/get function across the Clang stack ↵ | David Blaikie | |
(Lex to AST). The member variable is always "LangOpts" and the member function is always "getLangOpts". Reviewed by Chris Lattner git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152536 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-03-06 | Add new code migrator support for migrating existing Objective-C code to use | Ted Kremenek | |
the new Objective-C NSArray/NSDictionary/NSNumber literal syntax. This introduces a new library, libEdit, which provides a new way to support migration of code that improves on the original ARC migrator. We now believe that most of its functionality can be refactored into the existing libraries, and thus this new library may shortly disappear. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152141 91177308-0d34-0410-b5e6-96231b3b80d8 |