aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorsstwcw <su3e8a96kzlver@posteo.net>2025-11-03 03:55:53 +0000
committerGitHub <noreply@github.com>2025-11-03 03:55:53 +0000
commit43177bf777f6a44c058277e9b504687bdc0370cc (patch)
tree8ef4bfc3987bcefe44560d2737cc316825ca9492 /lldb/source/Plugins/ScriptInterpreter/Python
parent9ed6be8483e91286a62d9a52f0faae6f8c4cd8c6 (diff)
downloadllvm-43177bf777f6a44c058277e9b504687bdc0370cc.zip
llvm-43177bf777f6a44c058277e9b504687bdc0370cc.tar.gz
llvm-43177bf777f6a44c058277e9b504687bdc0370cc.tar.bz2
[clang-format] Recognize Verilog followed-by operators (#165594)
When formatting Verilog code, the program changes the hash to `kw_verilogHash` and the backtick to `tok::hash`. The developer did not take that into account when writing the part for recognizing the `#-#` and `#=#` operators. The part did not work. The program would add a space within the operator. after ```SystemVerilog ##[0 : 5] done #-# always !rst; ``` before ```SystemVerilog ##[0 : 5] done #- #always !rst; ```
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions