Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
|---|---|---|
| 695 | EmptyDefaults.Checks is not none, but it is an empty string I think , we could even assign our default checks to EmptyDefaults.Checks (instead of setting it in GetCalngTidyOptions). | |
| 724 | bugprone-suspicious-include is a fairly new check, and hasn't been run internally, so I'd be conservative, not enable it. | |
| clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
|---|---|---|
| 695 | That doesn't work :-( For the "Checks" field, the merge just joins the comma-separated lists together. This is what the complainy comment below is supposed to indicate... | |
EmptyDefaults.Checks is not none, but it is an empty string I think , we could even assign our default checks to EmptyDefaults.Checks (instead of setting it in GetCalngTidyOptions).