[PATCH] D81739: [clangd] Turn on RecoveryAST for clangd by default.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 12 11:26:24 PDT 2020


sammccall added inline comments.


================
Comment at: clang-tools-extra/clangd/tool/ClangdMain.cpp:285
+    desc("Preserve expressions in AST for broken code (C++ only)."),
+    init(true),
 };
----------------
Ah actually in other options, we set the default in the struct and reference it here. Can we do that here too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81739





More information about the cfe-commits mailing list