Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cxxmodules: Scan only targets that explicitly enable C++ 20 | Brad King | 2023-10-05 | 1 | -0/+13 |
Previously we scanned any targets for which C++ 20 is enabled, even if enabled only by the compiler's default, such as when `CXXFLAGS=-std=c++20`. |