Feature Request: Generate compile_commands.json for Clangd and Clang-Tidy Support · Issue #1179 · cabinpkg/cabin · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider adding support for generating a compile_commands.json file as part of the build process. This file is widely used by tools like Clangd for intelligent code completion, navigation, and diagnostics, and by Clang-Tidy for static analysis.