This completes the fix for https://bugs.llvm.org/show_bug.cgi?id=41218.
Details
Details
- Reviewers
sammccall - Commits
- rZORGdded8341409b: [clangd] Respect WarningsAsErrors configuration for clang-tidy
rGdded8341409b: [clangd] Respect WarningsAsErrors configuration for clang-tidy
rGcb4b3e5cb489: [clangd] Respect WarningsAsErrors configuration for clang-tidy
rCTE361113: [clangd] Respect WarningsAsErrors configuration for clang-tidy
rL361113: [clangd] Respect WarningsAsErrors configuration for clang-tidy
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clangd/ClangdUnit.cpp | ||
---|---|---|
346 ↗ | (On Diff #199200) | Why can't we call CTContext->treatAsError() here? |
clang-tools-extra/clangd/ClangdUnit.cpp | ||
---|---|---|
346 ↗ | (On Diff #199200) | Good point, that makes this much easier. Thanks! |
Comment Actions
Changing reviewer to @sammccall as the updates to the patch are closely related to the discussion in D60953.
Also added a couple of test cases.