summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/GlobalSelector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup using StringRefKovarththanan Rajaratnam2010-03-121-6/+2
| | | | llvm-svn: 98339
* Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar2009-10-181-4/+6
| | | | llvm-svn: 84436
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
| | | | llvm-svn: 81346
* Fix Selector <-> GlobalSelector conversion.Argyrios Kyrtzidis2009-07-301-2/+3
| | | | llvm-svn: 77575
* Introduce the GlobalSelector class in the Indexing library.Argyrios Kyrtzidis2009-07-291-0/+72
GlobalSelector is an ASTContext-independent way to refer to Objective C selectors. llvm-svn: 77538
OpenPOWER on IntegriCloud