Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit f886dfed3ae6cf70827cedc8d8aefde6250a239b Author: Nikolas Klauser <nikolasklauser@berlin.de> Date: Sat Mar 23 13:54:35 2024 +0100 [libc++] Don't push and pop extensions diagnostics when using clang modules (#85917) Clang modules take a significant compile time hit when pushing and popping diagnostics. Since all the headers are marked as system headers in the modulemap, we can simply disable this pushing and popping when building with clang modules. |