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



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

Reply via email to