Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup using StringRef | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -6/+2 |
| | | | | llvm-svn: 98339 | ||||
* | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar | 2009-10-18 | 1 | -4/+6 |
| | | | | llvm-svn: 84436 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -2/+2 |
| | | | | llvm-svn: 81346 | ||||
* | Fix Selector <-> GlobalSelector conversion. | Argyrios Kyrtzidis | 2009-07-30 | 1 | -2/+3 |
| | | | | llvm-svn: 77575 | ||||
* | Introduce the GlobalSelector class in the Indexing library. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+72 |
GlobalSelector is an ASTContext-independent way to refer to Objective C selectors. llvm-svn: 77538 |