summaryrefslogtreecommitdiff
path: root/CC/include_scan.py
AgeCommit message (Collapse)Author
2025-05-07Do not assume out_dirs existOliver Reiche
2025-02-19Fix include scanner implementationsOliver Reiche
... which should abort if the preprocessor failed.
2024-12-19rules-cc: Add support for include scanningOliver Reiche
... which is configured using a new defaults field "include_scanner", a tool (script/binary) that generates a new include tree without unused headers. Example implementations are provided.