]> granicus.if.org Git - clang/commit
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)
commit27bd0dcb85cbb5dd3ca3fefc6369f34d6ccaa8b6
treed76f5b05385f8d40e557f6d94673cc8b0d7de7e4
parentdc1792c78ac40a05c3ab00d4da5574ba03f19769
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