]> granicus.if.org Git - clang/commit
Preserve the FoundDecl properly in constructor overload resolution. No
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 12 May 2016 23:45:49 +0000 (23:45 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 12 May 2016 23:45:49 +0000 (23:45 +0000)
commit97124c15be03ebe9c10a9b1f884184c7cc06c22f
treef0e8c378f75686cf954e588ce6864972c6359c44
parent7865cf1f6b3782af740424c99474dba1afff9caa
Preserve the FoundDecl properly in constructor overload resolution. No
functionality change; this information is not yet in use.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269382 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Initialization.h
lib/Sema/SemaInit.cpp