[libcxx-commits] [libcxx] [libc++] Add missing %{flags} substitution to clang-tidy (PR #171689)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 11 00:42:48 PST 2025


https://github.com/philnik777 commented:

FWIW IMO `%{flags}` is a bad name here. I expected `%{compile_flags}` to contain all flags that should be used when compiling, `%{link_flags}` to contain all flags that should be used when linking, and `%{flags}` to contain all flags that should be used when compiling and linking in one command.

https://github.com/llvm/llvm-project/pull/171689


More information about the libcxx-commits mailing list