[PATCH] D34287: Moved code hanlding precompiled preamble out of the ASTUnit.
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 17 16:49:25 PDT 2017
arphaman added inline comments.
================
Comment at: include/clang/Frontend/PrecompiledPreamble.h:248
+/// doesn't restore the state \p CI had before calling AddImplicitPreamble, only
+/// clears relevant settings, so that preamble is disabled in \p CI.
+} // namespace clang
----------------
Is there a missing declaration here or is this a comment for another declaration?
https://reviews.llvm.org/D34287
More information about the cfe-commits
mailing list