[PATCH] D31370: [clang-tidy] Prototype to check for exception specification

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 28 07:02:42 PDT 2017


Eugene.Zelenko added inline comments.


================
Comment at: docs/clang-tidy/checks/modernize-noexcept-correctness.rst:41
+
+    - AnnotateThrow -> boolean if a function that can throw for sure will be annotated with `noexcept(false)`
----------------
JonasToth wrote:
> Eugene.Zelenko wrote:
> > Please highlight language constructs with ``.
> should i highlight `function` here and above?
> as well `exception`. I think they are not directly language constructs but more concepts.
No, only noexcept(false).


Repository:
  rL LLVM

https://reviews.llvm.org/D31370





More information about the cfe-commits mailing list