This revision was automatically updated to reflect the committed changes.
kadircet marked an inline comment as done.
Closed by commit rGbd89f9ec293e: [clangd] Always allow diagnostics from stale
preambles (authored by kadircet).
Changed prior to commit:
https://reviews.llvm.org/D153882?vs=53499
kadircet marked an inline comment as done.
kadircet added inline comments.
Comment at: clang-tools-extra/clangd/ConfigYAML.cpp:137
Dict.handle("ClangTidy", [&](Node &N) { parse(F.ClangTidy, N); });
-Dict.handle("AllowStalePreamble", [&](Node &N) {
- F.AllowStalePrea
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/clangd/ConfigYAML.cpp:137
Dict.handle("ClangTidy", [&](Node &N) { parse(F.ClangTidy, N); });
-Dict.handle("AllowStalePreamble", [&]
kadircet updated this revision to Diff 534995.
kadircet added a comment.
- Squash base commit
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153882/new/
https://reviews.llvm.org/D153882
Files:
clang-tools-extra/clangd/ClangdLSPServer.cpp
clang-
kadircet created this revision.
kadircet added a reviewer: hokein.
Herald added subscribers: arphaman, javed.absar.
Herald added a project: All.
kadircet requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
We'