]> granicus.if.org Git - clang/commit
When we emit a non-constant initializer for a global variable of
authorDouglas Gregor <dgregor@apple.com>
Wed, 5 May 2010 20:15:55 +0000 (20:15 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 5 May 2010 20:15:55 +0000 (20:15 +0000)
commitc446d1816f46a4b6d2337102dfc001f55fc18211
tree4d0ed07836a3398de01440909329adf34c6ee2e6
parenta608737659d4330d9ae7622bf1a87c33b9d97072
When we emit a non-constant initializer for a global variable of
reference type, make sure that the initializer we build is the
of the appropriate type for the *reference*, not for the thing that it
refers to. Fixes PR7050.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103115 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGenCXX/static-init-3.cpp [new file with mode: 0644]