[all-commits] [llvm/llvm-project] 8073a6: [ADT] Allow structured bindings on PointerIntPair
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Sun Dec 4 07:21:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8073a6bb0c6d899fb66ee2d33357ace79b45cdcf
https://github.com/llvm/llvm-project/commit/8073a6bb0c6d899fb66ee2d33357ace79b45cdcf
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-12-04 (Sun, 04 Dec 2022)
Changed paths:
M llvm/include/llvm/ADT/PointerIntPair.h
M llvm/unittests/ADT/PointerIntPairTest.cpp
Log Message:
-----------
[ADT] Allow structured bindings on PointerIntPair
Apart from simplifying code, this has the advantage of making the
interface between std::pair and PointerIntPair more uniform.
More information about the All-commits
mailing list