Introduce the GlobalSelector class in the Indexing library.
commit3e18131e5feff486391ca4b152279153969ca635
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:40:32 +0000 (29 23:40 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:40:32 +0000 (29 23:40 +0000)
treed76f5b05385f8d40e557f6d94673cc8b0d7de7e4
parenta63d6ec733b293fbe95268b618737e77486989d3
Introduce the GlobalSelector class in the Indexing library.

GlobalSelector is an ASTContext-independent way to refer to Objective C selectors.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77538 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/GlobalSelector.h [new file with mode: 0644]
include/clang/Index/Program.h
lib/Index/GlobalSelector.cpp [new file with mode: 0644]
lib/Index/ProgramImpl.h