FR: Add ability to generate clang indexstore files for CC builds #15983
Labels
not stale
Issues or PRs that are inactive but not considered stale
P4
This is either out of scope or we don't have bandwidth to review a PR. (No assignee)
team-Rules-CPP
Issues for C++ rules
type: feature request
Description of the feature request:
Allow (probably via a feature) the ability for C/C++/Obj-C files to generate clang indexstore files (
-index-store-path
) for each source file. This is similar to the #15191 request.What underlying problem are you trying to solve with this feature?
I have an IDE integration (Xcode) use case where I want
-index-store-path index_store_path
to be applied to each C/C++/Obj-C compilation, as the IDE consumes these files for indexing. These files need to be fetched from cache as well, so they need to be a declared output.Which operating system are you running Bazel on?
No response
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse master; git rev-parse HEAD
?No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
I'm willing to contribute this change, if it will be accepted.
The text was updated successfully, but these errors were encountered: