[PATCH] D38639: [clangd] #include statements support for Open definition
William Enright via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 5 14:16:36 PST 2017
Nebiroth marked an inline comment as done.
Nebiroth added inline comments.
================
Comment at: clangd/ClangdUnit.cpp:38
+class DelegatingPPCallbacks : public PPCallbacks {
+
----------------
ilya-biryukov wrote:
> What's the purpose of this class?
We need to be able to use a wrapper class to be able to make a unique_ptr to be sent to PrecompiledPreamble::Build in order to add the list of preprocessor Callbacks.
https://reviews.llvm.org/D38639
More information about the cfe-commits
mailing list