[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:26:22 PDT 2016
Eugene.Zelenko added inline comments.
================
Comment at: docs/ReleaseNotes.rst:197
@@ +196,3 @@
+
+ Replaces dynamic exception specifications with noexcept.
+
----------------
Please highlight noexcept with ``.
================
Comment at: docs/clang-tidy/checks/modernize-use-noexcept.rst:6
@@ +5,3 @@
+
+The check converts dynamic exception specifications, e.g., throw(),
+throw(<exception>[,...]), or throw(...) to noexcept, noexcept(false),
----------------
Please highlight throw() and other keywords with ``.
http://reviews.llvm.org/D18575
More information about the cfe-commits
mailing list