Bug 502014 - How to use clazy in clangd? If not supported, could that be kindly added?
Summary: How to use clazy in clangd? If not supported, could that be kindly added?
Status: REPORTED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-26 10:31 UTC by Mario Emmenlauer
Modified: 2025-03-26 10:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?