Introduce the GlobalSelector class in the Indexing library.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:40:32 +0000 (23:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:40:32 +0000 (23:40 +0000)
commitd219a9a763a6e4fd3317f5bef2a09828a1d0af97
treed08a0cf9ccd1a76eac2f5ea9f7f64d5942874529
parentca8a0e24cb8edd0c5567dc9a984c1033a4bc9d09
Introduce the GlobalSelector class in the Indexing library.

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

llvm-svn: 77538
clang/include/clang/Index/GlobalSelector.h [new file with mode: 0644]
clang/include/clang/Index/Program.h
clang/lib/Index/GlobalSelector.cpp [new file with mode: 0644]
clang/lib/Index/ProgramImpl.h