rizsotto / Bear

Bear is a tool that generates a compilation database for clang tooling.
GNU General Public License v3.0
4.79k stars 314 forks source link

New feature request: Export compile_commands.json without making the whole project #404

Closed MCMocoder closed 3 years ago

MCMocoder commented 3 years ago

Like compiledb -n make

rizsotto commented 3 years ago

This project is aiming to be build system independent. Your request is about to implement a make specific interception layer.

This is not likely to happen in the near future, but will put this into the use case document (for further discussion).