Skip to content
Commit 49af6290 authored by Richard Smith's avatar Richard Smith
Browse files

Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a

[[noreturn]] function are not required to also be [[noreturn]]. We still emit
calls to virtual __attribute__((noreturn)) functions as noreturn; unlike GCC,
we do require overriders to also be noreturn for that attribute.

llvm-svn: 176476
parent e750491f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment