aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorowenca <owenpiano@gmail.com>2022-07-01 18:59:52 -0700
committerowenca <owenpiano@gmail.com>2022-07-01 19:01:09 -0700
commitcc55d97cebf22994663c514d0b909df63bfbac43 (patch)
tree3079d86cd4e4647f2a3b63c97606c27d0bd8c0c8
parent537db49596f65a05c0309cf3333fc44f1657e999 (diff)
downloadllvm-cc55d97cebf22994663c514d0b909df63bfbac43.zip
llvm-cc55d97cebf22994663c514d0b909df63bfbac43.tar.gz
llvm-cc55d97cebf22994663c514d0b909df63bfbac43.tar.bz2
[clang-format] Run dump_format_style.py for LK_Verilog
-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`