[llvm] r210591 - Mark a few functions noexcept.
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Jun 10 15:30:22 PDT 2014
On 10 June 2014 17:55, Nick Kledzik <kledzik at apple.com> wrote:
> Rafael,
>
> Out of curiosity, how did you choose these functions to mark noexcept? Is there some usage pattern that can be better optimized with noexcept?
This is part of trying to move us to use std::error_code and these
functions are noexcept in there. We already build without any
exceptions, so the generated code should be the same.
Cheers,
Rafael
More information about the llvm-commits
mailing list