MaskRay added a comment.

libclang functions like `clang_reparseTranslationUnit_Impl` call 
`clang/lib/Frontend/ASTUnit.cpp:1397` and build the preamble with 
`/*StoreInMemory=*/false`.
If `StoreInMemory` is configurable (true), then you can avoid the temporary 
file `preamble-*.pch`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139774

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to