CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/23 04:50:24
Modified files:
gnu/usr.bin/clang: Makefile
Added files:
gnu/usr.bin/clang/clang-scan-deps: Makefile
gnu/usr.bin/clang/libclangDependencyScanning: Makefile
gnu/usr.bin/clang/libclangTooling: Makefile
Log message:
Import clang-scan-deps
Computes deps so that build systems may rebuild only what's needed after
changing a C++20 module. Needed by a small (4) but growing number of
ports and expected to be needed by a lot more in the future. Working
around the lack of it in base is especially awkward.
ok tb@ sthen@