Skip to content

A crude script to generate compile_commands.json for bazel C++ targets.

Notifications You must be signed in to change notification settings

thoren-d/compdb-bazel

Repository files navigation

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.

About

A crude script to generate compile_commands.json for bazel C++ targets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published