Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit f5be5cdaad7edf52e39ad439cf5d608c930efca2
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Sun Sep 22 09:25:52 2024 +0200

[Clang] Add __builtin_common_type (#99473)

This implements the logic of the `common_type` base template as a
builtin alias. If there should be no `type` member, an empty class is
returned. Otherwise a specialization of a `type_identity`-like class is
returned. The base template (i.e. `std::common_type`) as well as the
empty class and `type_identity`-like struct are given as arguments to
the builtin.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 512642 2025-12-16T16:40:01 0:00:00
Previous 512598 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.08s