[PATCH] D41991: [clangd] Always use preamble (even stale) for code completion

Benjamin Kramer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 06:38:08 PST 2018


bkramer added inline comments.


================
Comment at: clangd/Compiler.h:39
+/// be consumed by the FrontendAction as it will have a pointer to the MainFile
+/// buffer that will only be deleted if BeginSourceFile is called.
 std::unique_ptr<CompilerInstance> prepareCompilerInstance(
----------------
This comment is somewhat messy now. Can you rephrase it a bit?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D41991





More information about the cfe-commits mailing list