diff options
author | geza-herman <geza.herman@gmail.com> | 2024-06-11 19:32:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 13:32:12 -0400 |
commit | 1c59362e4456fb0861fcf4be9831b4db3e921b2b (patch) | |
tree | ffd1903fc45542bc8196c4ce531c54cda7f90726 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 27f3ac5929badc84a339248c9281997b87bb963e (diff) | |
download | llvm-1c59362e4456fb0861fcf4be9831b4db3e921b2b.zip llvm-1c59362e4456fb0861fcf4be9831b4db3e921b2b.tar.gz llvm-1c59362e4456fb0861fcf4be9831b4db3e921b2b.tar.bz2 |
[clangd] Make it possible to enable misc-const-correctness clang-tidy check (#94920)
Before this PR, clangd forcefully disabled misc-const-correctness in
disableUnusableChecks().
Now we have a FastCheckFilter configuration whose default value
(Strict) also disables it. This patch removes misc-const-correctness
from disableUnusableChecks() so it's possible to enable by setting
FastCheckFilter to None.
Fixes https://github.com/llvm/llvm-project/issues/89758
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions