aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2018-10-26 17:48:50 +0000
committerLang Hames <lhames@gmail.com>2018-10-26 17:48:50 +0000
commit607d6976697d8122eff5344f58f20ae0dbd0c6d5 (patch)
treea2669432b4433d831d90f010f00992a65c004be6 /clang/lib/Frontend/CompilerInvocation.cpp
parentf0333f0b07aabbdfb490677fdb2695483f585d3b (diff)
downloadllvm-607d6976697d8122eff5344f58f20ae0dbd0c6d5.zip
llvm-607d6976697d8122eff5344f58f20ae0dbd0c6d5.tar.gz
llvm-607d6976697d8122eff5344f58f20ae0dbd0c6d5.tar.bz2
[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
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions