[clang] bee2c27 - [doc] Fix typo.
via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 3 09:56:43 PDT 2020
Author: Richard Smith
Date: 2020-06-03T09:56:38-07:00
New Revision: bee2c2708f3e38261825439bc8b0fbe8b795854d
URL: https://github.com/llvm/llvm-project/commit/bee2c2708f3e38261825439bc8b0fbe8b795854d
DIFF: https://github.com/llvm/llvm-project/commit/bee2c2708f3e38261825439bc8b0fbe8b795854d.diff
LOG: [doc] Fix typo.
The absence of a space here caused this codeblock to be missing from the rendered output.
Added:
Modified:
clang/include/clang/Basic/AttrDocs.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index 5222c92c42a0..8a5b9b8402f4 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -4359,7 +4359,7 @@ with this attribute. This is because previously constructed subobjects need to
be destroyed if an exception gets thrown before the initialization of the
complete object is complete. For instance:
-.. code-block::c++
+.. code-block:: c++
void f() {
try {
More information about the cfe-commits
mailing list