This is an archive of the discontinued LLVM Phabricator instance.

[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
struct literals as an identifier. It is fixed.

Diff Detail

Event Timeline

sstwcw created this revision.Mar 31 2023, 7:34 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptMar 31 2023, 7:34 AM
sstwcw requested review of this revision.Mar 31 2023, 7:34 AM
This revision is now accepted and ready to land.Mar 31 2023, 1:06 PM
owenpan accepted this revision.Mar 31 2023, 5:44 PM
This revision was landed with ongoing or failed builds.Apr 1 2023, 10:15 AM
This revision was automatically updated to reflect the committed changes.