Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 243 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 243 Bytes

Bazel Compilation Database

generate_compilation_database.py takes a bazel target (or target group like //...), and outputs a clang compilation database at "compile_commands.json".

Uses aquery to get the commands used to build the targets.