[clang-tools-extra] r358333 - [clang-tidy] Use back-tick here
Tamas Zolnai via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 13 07:31:54 PDT 2019
Author: ztamas
Date: Sat Apr 13 07:31:54 2019
New Revision: 358333
URL: http://llvm.org/viewvc/llvm-project?rev=358333&view=rev
Log:
[clang-tidy] Use back-tick here
Modified:
clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst?rev=358333&r1=358332&r2=358333&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst Sat Apr 13 07:31:54 2019
@@ -3,8 +3,8 @@
misc-throw-by-value-catch-by-reference
======================================
-"cert-err09-cpp" redirects here as an alias for this check.
-"cert-err61-cpp" redirects here as an alias for this check.
+`cert-err09-cpp` redirects here as an alias for this check.
+`cert-err61-cpp` redirects here as an alias for this check.
Finds violations of the rule "Throw by value, catch by reference" presented for
example in "C++ Coding Standards" by H. Sutter and A. Alexandrescu.
More information about the cfe-commits
mailing list