aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Verifier.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-09-24 08:44:56 -0700
committerGitHub <noreply@github.com>2025-09-24 08:44:56 -0700
commit7196554c2a16b5323923ae90008ccc48e33c020d (patch)
tree75c275fda3f8b3b7d3830ddcc394f9d22c646fff /llvm/lib/IR/Verifier.cpp
parentd6160137af892693a22f0864a766e4beb96f93ff (diff)
downloadllvm-7196554c2a16b5323923ae90008ccc48e33c020d.zip
llvm-7196554c2a16b5323923ae90008ccc48e33c020d.tar.gz
llvm-7196554c2a16b5323923ae90008ccc48e33c020d.tar.bz2
[Support] Use list-initialization for returning pairs (#160447)
In C++17 and later, "return {A, B};" guarantees copy elision for a std::pair return type, ensuring the object is constructed directly in the return slot. This patch updates those instances under Support/.
Diffstat (limited to 'llvm/lib/IR/Verifier.cpp')
0 files changed, 0 insertions, 0 deletions