[PATCH] D34287: Moved code hanlding precompiled preamble out of the ASTUnit.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 19 01:15:24 PDT 2017
ilya-biryukov 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
----------------
arphaman wrote:
> Is there a missing declaration here or is this a comment for another declaration?
Indeed, I forgot to remove a comment after I removed a declaration.
Thanks for spotting that.
https://reviews.llvm.org/D34287
More information about the cfe-commits
mailing list