]> granicus.if.org Git - clang/commit
CodeGen: GLValue exprs in template parameters should have reference type
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 24 Oct 2014 19:49:04 +0000 (19:49 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 24 Oct 2014 19:49:04 +0000 (19:49 +0000)
commit44486224096371d27bd8775afc0581ea55b2b97f
treefb401e12fc7d31705cc953fda7f7870e1524ee05
parent19085c84edf3f71542afa2bbff2d2734ce7b802b
CodeGen: GLValue exprs in template parameters should have reference type

This fixes a corner-case where __uuidof as a template argument would
result in us trying to emit a GLValue as an RValue.  This would lead to
a crash down the road.

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