diff options
author | Kazu Hirata <kazu@google.com> | 2025-09-07 10:39:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-07 10:39:53 -0700 |
commit | fc01a557557abdfa5031a1a3e30a17f606ed7970 (patch) | |
tree | 498eebaf60c865f058638679d5d63e142ad6a96d /clang/lib/CodeGen/CodeGenModule.h | |
parent | 7ef9530213d64325810d320670b69c2805e72a80 (diff) | |
download | llvm-fc01a557557abdfa5031a1a3e30a17f606ed7970.zip llvm-fc01a557557abdfa5031a1a3e30a17f606ed7970.tar.gz llvm-fc01a557557abdfa5031a1a3e30a17f606ed7970.tar.bz2 |
[Support] Refactor IsResizableBase with "constexpr if" (NFC) (#157326)
We have two implementations of IsResizableBase that are selected with
a boolean template parameter. This patch consolidates them into one
with "constexpr if". The "constexpr if" condition uses
llvm::is_detected to check the availability of resize().
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions