]> granicus.if.org Git - clang/commit
Use the correct function info for constructors when applying function attributes...
authorAnders Carlsson <andersca@mac.com>
Sat, 6 Feb 2010 02:44:09 +0000 (02:44 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 6 Feb 2010 02:44:09 +0000 (02:44 +0000)
commitb2bcf1c176b200b36f371e189ce22f93c86cdf45
treee5fff0b1f46541f23f7d1df3991ec981a0f313d3
parent1610b8198e31eb6d77d4d6904d6af88ef5cc6d3b
Use the correct function info for constructors when applying function attributes. Fixes PR6245.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95474 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/CodeGenTypes.h
lib/CodeGen/GlobalDecl.h
test/CodeGenCXX/virtual-bases.cpp