[PATCH] D62135: [clangd] Turn no-parse-completion on by when preamble isn't ready. Add flag to force it.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 21 02:41:44 PDT 2019


sammccall marked an inline comment as done.
sammccall added inline comments.


================
Comment at: clangd/CodeComplete.h:128
+    /// Always use text-based completion.
+    NeverParse,
+  } RunParser = ParseIfReady;
----------------
kadircet wrote:
> Do we really have any real use case for this option apart from testing ?
I don't think so. (If testing includes manual testing/quality tuning, rather than just automated tests)


Repository:
  rCTE Clang Tools Extra

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

https://reviews.llvm.org/D62135





More information about the cfe-commits mailing list