[clang] Mention compilation database generator tool `basset` (PR #79758)

2024-01-28 Thread via cfe-commits

https://github.com/i-ky created https://github.com/llvm/llvm-project/pull/79758

Its operation principles differ from Bear, which allows it to capture compile 
commands when Bear is not able to.

Full disclosure: I am the author of basset.

>From 3166a7ff57893e34963b51770f2e711a2b28e7b6 Mon Sep 17 00:00:00 2001
From: i-ky 
Date: Sun, 28 Jan 2024 18:12:14 +0200
Subject: [PATCH] Mention compilation database generator tool `basset`

Its operation principles differ from Bear, which allows it to capture compile 
commands when Bear is not able to.
---
 clang/docs/JSONCompilationDatabase.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clang/docs/JSONCompilationDatabase.rst 
b/clang/docs/JSONCompilationDatabase.rst
index f5432278bd4d4e..fc8ece1637d40e 100644
--- a/clang/docs/JSONCompilationDatabase.rst
+++ b/clang/docs/JSONCompilationDatabase.rst
@@ -39,6 +39,7 @@ works) with the option ``CMAKE_EXPORT_COMPILE_COMMANDS``.
 
 For projects on Linux, there is an alternative to intercept compiler
 calls with a tool called `Bear `_.
+There is also another one called `basset `_.
 
 `Bazel `_ can export a compilation database via
 `this extractor extension

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] Mention compilation database generator tool `basset` (PR #79758)

2024-01-28 Thread via cfe-commits

github-actions[bot] wrote:

Thank you for submitting a Pull Request (PR) to the LLVM Project!

This PR will be automatically labeled and the relevant teams will be
notified.

If you wish to, you can add reviewers by using the "Reviewers" section on this 
page.

If this is not working for you, it is probably because you do not have write
permissions for the repository. In which case you can instead tag reviewers by
name in a comment by using `@` followed by their GitHub username.

If you have received no comments on your PR for a week, you can request a review
by "ping"ing the PR by adding a comment “Ping”. The common courtesy "ping" rate
is once a week. Please remember that you are asking for valuable time from 
other developers.

If you have further questions, they may be answered by the [LLVM GitHub User 
Guide](https://llvm.org/docs/GitHub.html).

You can also ask questions in a comment on this PR, on the [LLVM 
Discord](https://discord.com/invite/xS7Z362) or on the 
[forums](https://discourse.llvm.org/).

https://github.com/llvm/llvm-project/pull/79758
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] Mention compilation database generator tool `basset` (PR #79758)

2024-01-28 Thread via cfe-commits

llvmbot wrote:




@llvm/pr-subscribers-clang

Author: None (i-ky)


Changes

Its operation principles differ from Bear, which allows it to capture compile 
commands when Bear is not able to.

Full disclosure: I am the author of basset.

---
Full diff: https://github.com/llvm/llvm-project/pull/79758.diff


1 Files Affected:

- (modified) clang/docs/JSONCompilationDatabase.rst (+1) 


``diff
diff --git a/clang/docs/JSONCompilationDatabase.rst 
b/clang/docs/JSONCompilationDatabase.rst
index f5432278bd4d4e..fc8ece1637d40e 100644
--- a/clang/docs/JSONCompilationDatabase.rst
+++ b/clang/docs/JSONCompilationDatabase.rst
@@ -39,6 +39,7 @@ works) with the option ``CMAKE_EXPORT_COMPILE_COMMANDS``.
 
 For projects on Linux, there is an alternative to intercept compiler
 calls with a tool called `Bear `_.
+There is also another one called `basset `_.
 
 `Bazel `_ can export a compilation database via
 `this extractor extension

``




https://github.com/llvm/llvm-project/pull/79758
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[clang] Mention compilation database generator tool `basset` (PR #79758)

2024-01-30 Thread via cfe-commits

https://github.com/i-ky updated https://github.com/llvm/llvm-project/pull/79758

>From b75a4a9b0a125145f88df66f71b49514c9cb8b86 Mon Sep 17 00:00:00 2001
From: i-ky 
Date: Sun, 28 Jan 2024 18:12:14 +0200
Subject: [PATCH] Mention compilation database generator tool `basset`

Its operation principles differ from Bear, which allows it to capture compile 
commands when Bear is not able to.
---
 clang/docs/JSONCompilationDatabase.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clang/docs/JSONCompilationDatabase.rst 
b/clang/docs/JSONCompilationDatabase.rst
index f5432278bd4d4..fc8ece1637d40 100644
--- a/clang/docs/JSONCompilationDatabase.rst
+++ b/clang/docs/JSONCompilationDatabase.rst
@@ -39,6 +39,7 @@ works) with the option ``CMAKE_EXPORT_COMPILE_COMMANDS``.
 
 For projects on Linux, there is an alternative to intercept compiler
 calls with a tool called `Bear `_.
+There is also another one called `basset `_.
 
 `Bazel `_ can export a compilation database via
 `this extractor extension

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits