summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/static-init-3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When we emit a non-constant initializer for a global variable ofDouglas Gregor2010-05-051-0/+28
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. llvm-svn: 103115
OpenPOWER on IntegriCloud