bazelbuild / intellij

IntelliJ plugin for Bazel projects
https://ij.bazel.build/
Apache License 2.0
753 stars 297 forks source link

Add toolchain built in includes to compiler switches #6487

Closed LeFrosch closed 2 weeks ago

LeFrosch commented 3 weeks ago

Checklist

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See the Contributions section in the README for more details.

Discussion thread for this change

Issue number: #6486

Description of this change

Add toolchain built in includes to compiler switches. Closes #6486.

LeFrosch commented 3 weeks ago

This might not be necessary after all. Because CLion can retrieve builtin includes from the compiler directly. Investigating why this was not working in my case.

LeFrosch commented 2 weeks ago

After further investigation I do not think this is necessary.