]> granicus.if.org Git - clang/commit
[CodeGen] Add param info for ctors with ABI args.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 22 Feb 2017 22:38:25 +0000 (22:38 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 22 Feb 2017 22:38:25 +0000 (22:38 +0000)
commit7704715f8c1ed3a017b9808dd7d0f8bf514d09ca
treeceea3e4103a9721d8928ba988ce6b36fd2780245
parent14e6b6c38711b2f64a1622849efa427a015c3aba
[CodeGen] Add param info for ctors with ABI args.

This fixes a few assertion failures. Please see the added test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295894 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp
test/CodeGenObjCXX/arc-attrs-abi.mm [new file with mode: 0644]