]> granicus.if.org Git - clang/commit
PR14763: Debug info for non-trivial record parameters
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 5 Jun 2013 18:30:31 +0000 (18:30 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 5 Jun 2013 18:30:31 +0000 (18:30 +0000)
commit993b39f4cd0fcc6007d6f65b6d82db3e0242c1a2
tree2505add0642d5a84f4def44e871a54d020a5f822
parentd62d9015c76d4e7dee1fddd9603b92098b355e15
PR14763: Debug info for non-trivial record parameters

There seems to have been some erroneous code attempting to describe the
ABI of parameters (non-trivial record parameters are passed by
reference). This would break the type of the function (especially when
it caused a mismatch between the type of a declaration & a definition)
causing PR14763 and PR14645.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183329 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info.cpp