commit | ffd8537acf4ff938ec87b134f3b72e1a22d1b1d3 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Mar 16 16:40:17 2023 -0400 |
committer | Brad King <brad.king@kitware.com> | Mon Mar 20 13:13:08 2023 -0400 |
tree | 71c0ea989cebe90fe0366748ac129d269e000117 | |
parent | 60132272302f106c996aa15a0c42cb3de9789a24 [diff] |
Clang: Record Clang 16.0 C++ modules flags only for GNU-like front-end The settings added by commit 3fe8e33f27 (Clang: Record Clang 16.0 flags for our experimental C++ modules support, 2023-03-03, v3.26.0-rc6~6^2) work only for the GNU-like `clang++` front-end, and not for the MSVC-like `clang-cl` on Windows. Also quote the path to `clang-scan-deps` to support spaces in its path. Issue: #24611