diff options
Diffstat (limited to 'clang/include/clang/Frontend/PCHReader.h')
| -rw-r--r-- | clang/include/clang/Frontend/PCHReader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/include/clang/Frontend/PCHReader.h b/clang/include/clang/Frontend/PCHReader.h index 76975a0e01c..fc63e82287b 100644 --- a/clang/include/clang/Frontend/PCHReader.h +++ b/clang/include/clang/Frontend/PCHReader.h @@ -397,6 +397,9 @@ private: /// \brief The set of dynamic CXXRecord declarations stored in the PCH file. llvm::SmallVector<uint64_t, 16> DynamicClasses; + /// \brief The set of pending implicit instantiations stored in the PCH file. + llvm::SmallVector<uint64_t, 64> PendingImplicitInstantiations; + /// \brief The set of Sema declaration references, stored in PCH. llvm::SmallVector<uint64_t, 4> SemaDeclRefs; |

