]> granicus.if.org Git - clang/commit
Don't try to emit unsupported templated friend declarations. They're unsupported
authorNick Lewycky <nicholas@mxc.ca>
Thu, 1 Sep 2011 21:49:51 +0000 (21:49 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 1 Sep 2011 21:49:51 +0000 (21:49 +0000)
commit7803ec829d1cc657e21bb0d1afb8596a81bfd542
treef767feb40678383a482b11739d1a80a23e1b2762
parent898267f67b8131c4bed4430e2cfaf69ccf4c2de1
Don't try to emit unsupported templated friend declarations. They're unsupported
and may very well be dependent-types, triggering an assertion in debug info
codegen.

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