1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/include
Lang Hames e145227c44 [ADT] Use explicit constructors for DenseMapPair to work around compiler issues.
Inheriting constructors from std::pair caused clang-3.8 to treat some DenseMap
initializer_list constructor calls as ambiguous, which broke several bots. This
commit explicitly defines DenseMapPair's constructos to work around the issue.

https://reviews.llvm.org/D53726

llvm-svn: 345411
2018-10-26 17:48:50 +00:00
..
llvm [ADT] Use explicit constructors for DenseMapPair to work around compiler issues. 2018-10-26 17:48:50 +00:00
llvm-c [TI removal] Update the C API for the move away from TerminatorInst. 2018-10-18 23:03:55 +00:00