]> granicus.if.org Git - clang/commit
Implement the remaining portion of DR1467 from r227022. I may have overlooked a few...
authorLarisse Voufo <lvoufo@google.com>
Tue, 27 Jan 2015 18:47:05 +0000 (18:47 +0000)
committerLarisse Voufo <lvoufo@google.com>
Tue, 27 Jan 2015 18:47:05 +0000 (18:47 +0000)
commit619b4a3e657b37ca1b1a77eae9f1f6ca3b3ef897
tree7098a613f51a29796a61732a1fd0582a0ab5eab4
parent280459d35f0ea08018261140b8bc300c9e704d23
Implement the remaining portion of DR1467 from r227022. I may have overlooked a few things, but this implementation comes straight from the DR resolution itself.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227224 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp
test/CXX/drs/dr14xx.cpp
test/CXX/special/class.inhctor/p2.cpp
test/SemaCXX/cxx0x-initializer-constructor.cpp
test/SemaCXX/cxx0x-initializer-references.cpp
test/SemaCXX/explicit.cpp