[PATCH] D61851: [clang-tidy] New option for misc-throw-by-value-catch-by-reference

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 14 02:21:44 PDT 2019


lebedev.ri added inline comments.


================
Comment at: docs/ReleaseNotes.rst:182-184
+- New options `WarnOnLargeObject` and `MaxSize` for check
+  :doc:`misc-throw-by-value-catch-by-reference
+  <clang-tidy/misc-throw-by-value-catch-by-reference.rst>` check to warn
----------------
for check :doc:`..`<..> check

(repeated 'check' word)


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61851/new/

https://reviews.llvm.org/D61851





More information about the cfe-commits mailing list