SlackBuildsOrg/development/Bear
Ivan Kovmir 1678920abd
development/Bear: Added (gen compilation database for clang tooling)
Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-04-15 07:15:21 +07:00
..
Bear.info
Bear.SlackBuild
README
slack-desc

Bear is a tool that generates a compilation database for clang tooling.

The JSON compilation database is used in the clang project to provide
information on how a single compilation unit is processed. With this, it
is easy to re-run the compilation with alternate programs.

Some build system natively supports the generation of JSON compilation
database. For projects which does not use such build tool, Bear
generates the JSON file during the build process.