summaryrefslogtreecommitdiffstats
path: root/development/Bear/README
diff options
context:
space:
mode:
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
commit1678920abdd9d2defd370cb6addd31f007e4689d (patch)
tree3f180a755f339c337c25b23cd370fcd6b9412f0d /development/Bear/README
parentf5eb451dbd12e54c810f0bf8f75e353771fff016 (diff)
downloadslackbuilds-1678920abdd9d2defd370cb6addd31f007e4689d.tar.gz
slackbuilds-1678920abdd9d2defd370cb6addd31f007e4689d.tar.xz
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/README')
-rw-r--r--development/Bear/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/Bear/README b/development/Bear/README
new file mode 100644
index 0000000000..000b651b9f
--- /dev/null
+++ b/development/Bear/README
@@ -0,0 +1,9 @@
+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.