]> granicus.if.org Git - clang/commit
PR12569: Instantiate exception specifications of explicit instantiations
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 17 Apr 2012 22:30:01 +0000 (22:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 17 Apr 2012 22:30:01 +0000 (22:30 +0000)
commit87162c2e528921aabb84e96fe7272348a4b3354e
tree7971c636196449ca3e43c3fd017c43996a43fd4c
parent9591697707c69af99bb196d70895f4e7e28be333
PR12569: Instantiate exception specifications of explicit instantiations
and explicit specializations of function templates appropriately.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154956 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CodeGenCXX/cxx11-exception-spec.cpp
test/SemaTemplate/instantiate-exception-spec-cxx11.cpp