diff options
| author | sstwcw <su3e8a96kzlver@posteo.net> | 2025-11-03 03:55:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-03 03:55:53 +0000 |
| commit | 43177bf777f6a44c058277e9b504687bdc0370cc (patch) | |
| tree | 8ef4bfc3987bcefe44560d2737cc316825ca9492 /lldb/source/Plugins/ScriptInterpreter/Python | |
| parent | 9ed6be8483e91286a62d9a52f0faae6f8c4cd8c6 (diff) | |
| download | llvm-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
