[clang] 5e0a9dc - Separate code-block tag with a newline to fix code snippet html output
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 4 08:37:40 PDT 2020
Author: Simon Pilgrim
Date: 2020-08-04T16:36:00+01:00
New Revision: 5e0a9dc0ad7704b7c49995101629010f5ff98cd2
URL: https://github.com/llvm/llvm-project/commit/5e0a9dc0ad7704b7c49995101629010f5ff98cd2
DIFF: https://github.com/llvm/llvm-project/commit/5e0a9dc0ad7704b7c49995101629010f5ff98cd2.diff
LOG: Separate code-block tag with a newline to fix code snippet html 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 b9fcf9af323b..76a075a97ee1 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -1084,6 +1084,7 @@ not made control-dependent on any additional values, e.g., unrolling a loop
executed by all work items.
Sample usage:
+
.. code-block:: c
void convfunc(void) __attribute__((convergent));
More information about the cfe-commits
mailing list