[cfe-dev] [clang-tidy] new checker to find/replace throw() with noexcept

don hinton via cfe-dev cfe-dev at lists.llvm.org
Sat Mar 26 14:47:54 PDT 2016


I needed to replace a bunch of "throw()" specifiers with a macro, so I
wrote a clang-tidy checker to do it for me.

The new checker that will find and replace "throw()" specifiers in function
declarations with either "noexcept" or a macro of your choice.

Please let me know if this is something you'd like in clang-tidy, and I'll
clean it up and submit a patch.

thanks...
don
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160326/271191b1/attachment.html>


More information about the cfe-dev mailing list