]> granicus.if.org Git - clang/commit
[CGDebugInfo] Set the size and align for reference types
authorKeno Fischer <kfischer@college.harvard.edu>
Mon, 16 Nov 2015 09:04:13 +0000 (09:04 +0000)
committerKeno Fischer <kfischer@college.harvard.edu>
Mon, 16 Nov 2015 09:04:13 +0000 (09:04 +0000)
commit344bb9bcedc08157f1f55f5c8c402186ba399473
tree059954961916b777c456d3e22e25036890f7612e
parent7d97d8bcd6dbc4a8caaf7bb24e119e292639a724
[CGDebugInfo] Set the size and align for reference types

In r253186, I changed the DIBuilder API to now take size and align
for reference types as well. This was done in preparation for upcoming
changes to the Verifier that will validate that sizes match between
DI types and IR values that are declared as having those types.
This updates clang to actually pass the information through.

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