llvm-project/clang-tools-extra/clangd/tool
Haojian Wu 3fcca804b2 [clangd] Refine recoveryAST flags in clangd
so that we could start experiment for C.

Previously, these flags in clangd were only meaningful for C++. We need
to flip them for C, this patch repurpose these flags.

- if true, just set it.
- if false, just respect the value in clang.

this would allow us to keep flags on for C++, and optionally flip them on for C.

Differential Revision: https://reviews.llvm.org/D89233
2020-10-14 13:42:11 +02:00
..
CMakeLists.txt Reland [clangd] clangd --check: standalone diagnosis of common problems 2020-10-01 16:18:18 +02:00
Check.cpp Reland [clangd] clangd --check: standalone diagnosis of common problems 2020-10-01 16:18:18 +02:00
ClangdMain.cpp [clangd] Refine recoveryAST flags in clangd 2020-10-14 13:42:11 +02:00