aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Index/Program.h
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-29 23:40:32 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-29 23:40:32 +0000
commit27bd0dcb85cbb5dd3ca3fefc6369f34d6ccaa8b6 (patch)
treed76f5b05385f8d40e557f6d94673cc8b0d7de7e4 /include/clang/Index/Program.h
parentdc1792c78ac40a05c3ab00d4da5574ba03f19769 (diff)
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
Diffstat (limited to 'include/clang/Index/Program.h')
-rw-r--r--include/clang/Index/Program.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Index/Program.h b/include/clang/Index/Program.h
index b2bdaa6c2e..a9e0b878d7 100644
--- a/include/clang/Index/Program.h
+++ b/include/clang/Index/Program.h
@@ -28,6 +28,7 @@ class Program {
Program(const Program&); // do not implement
Program &operator=(const Program &); // do not implement
friend class Entity;
+ friend class GlobalSelector;
public:
Program();