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



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

Reply via email to