Commit e831f94
Marcus Boerger
Add more tools by default (#463)
Add more tools by default:
* clang-format: Allows to format generated files, so the golden files
can be merged in a compliant format and compared against.
* clang-tidy: Allows to use the toolchain's tidy command out of the box
without needing to install a matching one.
* clangd: Alows to use the toolchain's indexer without needing to
install the matching one.
Interestingly these are available out of the box in WORKSPACE setups.
This change makes them available also for BAZELMOD setups.1 parent 0990c3b commit e831f94
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
0 commit comments