diff options
author | Ruoyu Zhong <zhongruoyu@outlook.com> | 2025-10-13 14:04:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-13 02:04:51 -0400 |
commit | 678303cd92983b75e35df298a9ee5a6d26ca4a26 (patch) | |
tree | 37d72370ee90a4d3a8846323f1cc641be5ee5cf2 /llvm/lib/CodeGen/MachineTraceMetrics.cpp | |
parent | 982c9e6ac52a13483a08fdcf007a565d41cf4615 (diff) | |
download | llvm-678303cd92983b75e35df298a9ee5a6d26ca4a26.zip llvm-678303cd92983b75e35df298a9ee5a6d26ca4a26.tar.gz llvm-678303cd92983b75e35df298a9ee5a6d26ca4a26.tar.bz2 |
[clangd] Fix code action kind for readability-identifier-naming fixes (#162808)
https://github.com/llvm/llvm-project/pull/78454 converted
readability-identifier-naming fixes to use rename mechanism to rename
the symbol project-wide. However, it set the code action kind to
"refactor" instead of "quickfix", which caused the fixes to be filtered
out when editors (like VS Code) request quick fixes for diagnostics. On
VS Code, for example, users would see "No quick fixes available" despite
the diagnostic indicating "(fix available)".
Fix that by changing the code action kind back to "quickfix".
Signed-off-by: Ruoyu Zhong <zhongruoyu@outlook.com>
Diffstat (limited to 'llvm/lib/CodeGen/MachineTraceMetrics.cpp')
0 files changed, 0 insertions, 0 deletions