Bug 502014

Summary: How to use clazy in clangd? If not supported, could that be kindly added?
Product: [Developer tools] clazy Reporter: Mario Emmenlauer <mario>
Component: generalAssignee: Alexander Lohnau <alexander.lohnau>
Status: CLOSED UPSTREAM    
Severity: wishlist CC: alexander.lohnau, smartins
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Mario Emmenlauer 2025-03-26 10:31:07 UTC
I like clazy a lot, it can really find some problematic cases that the compiler and clang-tidy do not find. However during development in VSCode, it would be great to see the warnings directly in the code, while typing, before the build. Currently that does not work for me. I'm using the clangd extension, and have clang-tidy enabled. Can I somehow add clazy to that mix? If not, could that support be added?
Comment 1 Alexander Lohnau 2025-06-24 17:09:39 UTC
I would also love to see this, but it is unfortunately not possible, see https://github.com/clangd/clangd/issues/1458. Maybe some time in the future, I subscribed to the given issue.