summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/ProgramImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Index/ProgramImpl.h')
-rw-r--r--clang/lib/Index/ProgramImpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Index/ProgramImpl.h b/clang/lib/Index/ProgramImpl.h
index 1fbff9b3256..57b9ce3115e 100644
--- a/clang/lib/Index/ProgramImpl.h
+++ b/clang/lib/Index/ProgramImpl.h
@@ -30,16 +30,16 @@ public:
private:
EntitySetTy Entities;
llvm::BumpPtrAllocator BumpAlloc;
-
+
IdentifierTable Identifiers;
SelectorTable Selectors;
ProgramImpl(const ProgramImpl&); // do not implement
ProgramImpl &operator=(const ProgramImpl &); // do not implement
-
+
public:
ProgramImpl() : Identifiers(LangOptions()) { }
-
+
EntitySetTy &getEntities() { return Entities; }
IdentifierTable &getIdents() { return Identifiers; }
SelectorTable &getSelectors() { return Selectors; }
OpenPOWER on IntegriCloud