diff options
Diffstat (limited to 'include/clang/Frontend')
-rw-r--r-- | include/clang/Frontend/ASTUnit.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/clang/Frontend/ASTUnit.h b/include/clang/Frontend/ASTUnit.h index 1db7d4baca..8f3b4d40f1 100644 --- a/include/clang/Frontend/ASTUnit.h +++ b/include/clang/Frontend/ASTUnit.h @@ -177,6 +177,11 @@ private: /// preamble. llvm::MemoryBuffer *SavedMainFileBuffer; + /// \brief When non-NULL, this is the buffer used to store the + /// contents of the preamble when it has been padded to build the + /// precompiled preamble. + llvm::MemoryBuffer *PreambleBuffer; + /// \brief The number of warnings that occurred while parsing the preamble. /// /// This value will be used to restore the state of the \c Diagnostic object |