mgehre added a comment.

Hi,
this is a good idea for a check.

I would prefer when the FixIt just removes throw(A,B) specifier, instead of 
replacing it by noexcept(false),
because noexcept(false) means the same things as having no noexcept specifier 
at all.
And less code to read means its easier to understand.


https://reviews.llvm.org/D20693



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to