]> granicus.if.org Git - clang/commit
PR14388: An array or function type in an exception specification should be
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 28 Nov 2012 22:33:28 +0000 (22:33 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 28 Nov 2012 22:33:28 +0000 (22:33 +0000)
commit21173b1080abaa2738f9e700a9d4b0d04f928930
tree9799d98307a5cce41be90fcbfa8a08154cc8ee97
parent060f34d6d12a851faa9463da522f7dff1104d0e1
PR14388: An array or function type in an exception specification should be
decayed to a pointer type. Patch by WenHan Gu, with a little tweaking and
additional testcases by me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168822 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExceptionSpec.cpp
test/CodeGenCXX/exception-spec-decay.cpp [new file with mode: 0644]
test/SemaCXX/exceptions.cpp