]> granicus.if.org Git - clang/commit
Fix the noreturn conversion to only strip off a single level of indirection.
authorJohn McCall <rjmccall@apple.com>
Tue, 21 Dec 2010 00:44:39 +0000 (00:44 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 21 Dec 2010 00:44:39 +0000 (00:44 +0000)
commit00ccbefcffeb88ea3e2e6323e594fa968753ad14
treef81a73a5178f1db11569971ef270596a2dcabe29
parent8e5fc9be37c6828ad008f22730e3baac1bef1686
Fix the noreturn conversion to only strip off a single level of indirection.
Apply the noreturn attribute while creating a builtin function's type.
Remove the getNoReturnType() API.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122295 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaOverload.cpp