[PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu May 12 10:48:30 PDT 2016


Eugene.Zelenko added inline comments.

================
Comment at: docs/clang-tidy/checks/modernize-use-noexcept.rst:32
@@ +31,3 @@
+``noexcept(false)``.  Additinally, users can also use
+:option:``ReplacementString`` to specify a macro to use instead of
+``noexcept``.  This is useful when maintaining source code that must
----------------
Sorry, missed last time. Please use ` for check option and its value(s). Same for last line in file.


http://reviews.llvm.org/D18575





More information about the cfe-commits mailing list