Previously isVerilogIdentifier was mistaking the apostrophe used in
struct literals as an identifier. It is fixed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147329
[clang-format] Handle Verilog struct literals ClosedPublic Authored by sstwcw on Mar 31 2023, 7:34 AM.
Details Summary Previously isVerilogIdentifier was mistaking the apostrophe used in
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptMar 31 2023, 7:34 AM Herald added reviewers: rymiel, HazardyKnusperkeks, owenpan, MyDeveloperDay. · View Herald Transcript This revision is now accepted and ready to land.Mar 31 2023, 1:06 PM This revision was landed with ongoing or failed builds.Apr 1 2023, 10:15 AM Closed by commit rGfeb585e7d62c: [clang-format] Handle Verilog struct literals (authored by sstwcw). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 510249 clang/lib/Format/Format.cpp
clang/lib/Format/FormatToken.h
clang/unittests/Format/FormatTestVerilog.cpp
|