diff options
author | Kazu Hirata <kazu@google.com> | 2025-09-08 12:32:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-08 12:32:27 -0700 |
commit | fc726fbe84573e03efb3eb48e36c2b23883eb313 (patch) | |
tree | 19b5ba378f9d2f508adec816d306fae50578ca2f /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c883f82ce8dca5dec51d3226a68451548eaa2e56 (diff) | |
download | llvm-fc726fbe84573e03efb3eb48e36c2b23883eb313.zip llvm-fc726fbe84573e03efb3eb48e36c2b23883eb313.tar.gz llvm-fc726fbe84573e03efb3eb48e36c2b23883eb313.tar.bz2 |
[ADT] Replace Min with variadic std::min (#157390)
Without this patch, NumTagBits and MinTag use a recursive template Min
to compute Min.
This patch replaces Min with variadic std::min.
While I'm at it, this patch changes the type of NumTagBits to static
constexpr int.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions