]> granicus.if.org Git - clang/commit
Fix crash on noreturn conversion in unprototyped function type. Thanks to Keith
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Oct 2016 00:01:36 +0000 (00:01 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Oct 2016 00:01:36 +0000 (00:01 +0000)
commit562d964f19a1e9b054c26bc780e263d03233c2d3
treef0a03626411f46e0c04090c4a0baecce61b664fe
parent9dc238026d06a3cc7ec502a0166f7773bf8b7ea4
Fix crash on noreturn conversion in unprototyped function type. Thanks to Keith
Walker for spotting the bug.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284673 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/Sema/initialize-noreturn.c