[PATCH] D38209: [Sema] Correct nothrow inherited by noexcept

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 28 10:50:23 PDT 2017


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

This is somewhat complicated in that noexcept, throw(), and __attribute__(())/__declspec no throw are all synonyms for one another except for the type system effect differences between __attribute__ and __declspec, but I think our behavior here is reasonable.


https://reviews.llvm.org/D38209





More information about the cfe-commits mailing list