[clang] cc55d97 - [clang-format] Run dump_format_style.py for LK_Verilog
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 1 19:01:30 PDT 2022
Author: owenca
Date: 2022-07-01T19:01:09-07:00
New Revision: cc55d97cebf22994663c514d0b909df63bfbac43
URL: https://github.com/llvm/llvm-project/commit/cc55d97cebf22994663c514d0b909df63bfbac43
DIFF: https://github.com/llvm/llvm-project/commit/cc55d97cebf22994663c514d0b909df63bfbac43.diff
LOG: [clang-format] Run dump_format_style.py for LK_Verilog
Added:
Modified:
clang/docs/ClangFormatStyleOptions.rst
Removed:
################################################################################
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index 90fef542205ad..a65382729da4a 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`
More information about the cfe-commits
mailing list