diff options
author | Ivan Kovmir <i@kovmir.eu> | 2023-04-13 00:52:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:21 +0700 |
commit | 1678920abdd9d2defd370cb6addd31f007e4689d (patch) | |
tree | 3f180a755f339c337c25b23cd370fcd6b9412f0d /development/Bear/slack-desc | |
parent | f5eb451dbd12e54c810f0bf8f75e353771fff016 (diff) |
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>
Diffstat (limited to 'development/Bear/slack-desc')
-rw-r--r-- | development/Bear/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/Bear/slack-desc b/development/Bear/slack-desc new file mode 100644 index 0000000000000..ac4863c1c2f0d --- /dev/null +++ b/development/Bear/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +Bear: Bear (generates a compilation database for clang tooling) +Bear: +Bear: The JSON compilation database is used in the clang project to +Bear: provide information on how a single compilation unit is processed. +Bear: With this, it is easy to re-run the compilation with alternate +Bear: programs. +Bear: +Bear: +Bear: +Bear: https://github.com/rizsotto/Bear +Bear: |