aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/ClangFormatStyleOptions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'clang/docs/ClangFormatStyleOptions.rst')
-rw-r--r--clang/docs/ClangFormatStyleOptions.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 90fef54..a653827 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -3196,6 +3196,11 @@ the configuration (without a prefix: ``Auto``).
Should be used for Protocol Buffer messages in text format
(https://developers.google.com/protocol-buffers/).
+ * ``LK_Verilog`` (in configuration: ``Verilog``)
+ Should be used for Verilog and SystemVerilog.
+ https://standards.ieee.org/ieee/1800/6700/
+ https://sci-hub.st/10.1109/IEEESTD.2018.8299595
+
**MacroBlockBegin** (``String``) :versionbadge:`clang-format 3.7`