diff options
Diffstat (limited to 'include/clang/Basic/IdentifierTable.h')
-rw-r--r-- | include/clang/Basic/IdentifierTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/IdentifierTable.h b/include/clang/Basic/IdentifierTable.h index c4022b6496..32818a9137 100644 --- a/include/clang/Basic/IdentifierTable.h +++ b/include/clang/Basic/IdentifierTable.h @@ -410,7 +410,7 @@ public: /// SelectorTable - This table allows us to fully hide how we implement /// multi-keyword caching. class SelectorTable { - void *Impl; // Actually a FoldingSet<MultiKeywordSelector>* + void *Impl; // Actually a SelectorTableImpl SelectorTable(const SelectorTable&); // DISABLED: DO NOT IMPLEMENT void operator=(const SelectorTable&); // DISABLED: DO NOT IMPLEMENT public: |