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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits