before:
(opcode *>o1) = 6.1; a inside{b, c}; x = { >> {j}};
after:
(opcode *> o1) = 6.1; a inside {b, c}; x = {>>{j}};
Paths
| Differential D146403
[clang-format] More work on space around operators in Verilog ClosedPublic Authored by sstwcw on Mar 19 2023, 7:56 PM.
Details Summary before: (opcode *>o1) = 6.1; a inside{b, c}; x = { >> {j}}; after: (opcode *> o1) = 6.1; a inside {b, c}; x = {>>{j}};
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 21 2023, 3:15 AM This revision was landed with ongoing or failed builds.Mar 25 2023, 2:18 PM Closed by commit rG0e01c3d28217: [clang-format] More work on space around operators in Verilog (authored by sstwcw). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 508341 clang/lib/Format/TokenAnnotator.cpp
clang/unittests/Format/FormatTestVerilog.cpp
|