diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-12-09 00:47:37 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-12-09 00:47:37 +0000 |
commit | 43c79c2b07abc7ba6d9f243b84ee6539de4d2652 (patch) | |
tree | 790ec22e1b69c168ef89a885b2c4cf1c2a425f36 /test/SemaTemplate/instantiate-default-assignment-operator.cpp | |
parent | a498ca67b3d6bb65443c00ef8aa8e3c83ef19b6d (diff) |
Implemented an implicit conversion from "noreturn" function types (and
pointers thereof) to their corresponding non-noreturn function
types. This conversion is considered an exact match for
overload-resolution purposes. Note that we are a little more strict
that GCC is, because we encode noreturn in the type system, but that's
a Good Thing (TM) because it does not allow us to pretend that
potentially-returning function pointers are non-returning function
pointers.
Fxies PR5620.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaTemplate/instantiate-default-assignment-operator.cpp')
0 files changed, 0 insertions, 0 deletions