[PATCH] D77942: [Preamble] Invalidate preamble when missing headers become present.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 11 08:31:41 PDT 2020


sammccall added a comment.

At first I thought this would be easy to test via clang/test/PCH, but the outer layers of PrecompiledPreamble seem to be totally distinct from PCHGenerator etc. This is only used in ASTUnit and clangd.
Maybe it's reachable in libclang but I couldn't easily work out how.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77942/new/

https://reviews.llvm.org/D77942





More information about the cfe-commits mailing list