]> granicus.if.org Git - clang/commit
Don't crash when instantiating templates containing anonymous structs/unions
authorDouglas Gregor <dgregor@apple.com>
Fri, 28 Aug 2009 22:03:51 +0000 (22:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 28 Aug 2009 22:03:51 +0000 (22:03 +0000)
commita5bf7f13d7772b164750997f95ab18487bbc4114
treecd3216ac7962fc5191afa88295c14813592e9418
parent3cd4d1ece34d36317ec5352855d86e256cb6aa27
Don't crash when instantiating templates containing anonymous structs/unions

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80397 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaTemplate/instantiate-anonymous-union.cpp [new file with mode: 0644]