bazelbuild/bazel
Voir sur GitHubAn example of how to create a C++ compilation database is needed
Open
#13 976 ouverte le 11 sept. 2021
P3help wantedteam-Documentationteam-Rules-CPPtype: documentation (cleanup)
Métriques du dépôt
- Stars
- (25 384 stars)
- Métriques de merge PR
- (Merge moyen 22j 20h) (77 PRs mergées en 30 j)
Description
Description of the problem / feature request:
Please provide a definitive example of how to create a compilation database for a Bazel-based C++ project.
Feature requests: what underlying problem are you trying to solve with this feature?
There are numerous IDEs that rely on clang language server (which requires compilation database for precise source indexing) to implement code browsing / code completion features for C++.