]> granicus.if.org Git - clang/commit
Workaround for friend template instantiation crash in PR5848, from Keir Mierle!
authorDouglas Gregor <dgregor@apple.com>
Sun, 7 Feb 2010 10:31:35 +0000 (10:31 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 7 Feb 2010 10:31:35 +0000 (10:31 +0000)
commit63644fae3970d4146200e4cb25dd9aace34a3398
tree0ff61d14c26ffb1eba29ec6542c5a9c5027e894e
parent63a011378d4b9483ce24400c163cb8d65ea096a5
Workaround for friend template instantiation crash in PR5848, from Keir Mierle!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95517 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/templated-friend-decl.cpp [new file with mode: 0644]