[PATCH] D126845: [clang-format] Handle Verilog numbers and operators

2022-07-28 Thread sstwcw via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGf93182a88788: [clang-format] Handle Verilog numbers and operators (authored by sstwcw). Changed prior to commit: https://reviews.llvm.org/D126845?

[PATCH] D126845: [clang-format] Handle Verilog numbers and operators

2022-07-26 Thread Björn Schäpers via Phabricator via cfe-commits
HazardyKnusperkeks added a comment. In D126845#3675721 , @sstwcw wrote: > Are there any problems with this revision? The ones that depend on it are > approved. Sorry, last time you updated I had no time, and then I forgot. Repository: rG LLVM Githu

[PATCH] D126845: [clang-format] Handle Verilog numbers and operators

2022-07-25 Thread sstwcw via Phabricator via cfe-commits
sstwcw added a comment. Are there any problems with this revision? The ones that depend on it are approved. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126845/new/ https://reviews.llvm.org/D126845 __

[PATCH] D126845: [clang-format] Handle Verilog numbers and operators

2022-06-25 Thread sstwcw via Phabricator via cfe-commits
sstwcw updated this revision to Diff 439981. sstwcw added a comment. - address comments - add token annotator tests Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126845/new/ https://reviews.llvm.org/D126845 Files: clang/lib/Format/FormatToken.h

[PATCH] D126845: [clang-format] Handle Verilog numbers and operators

2022-06-06 Thread MyDeveloperDay via Phabricator via cfe-commits
MyDeveloperDay added inline comments. Comment at: clang/lib/Format/FormatToken.h:1417 // Workaround for hashes and backticks in Verilog. IdentifierInfo *verilogHash; IdentifierInfo *verilogHashHash; maybe `kw_verilogHash` and `kw_verilogHashHash` and `kw

[PATCH] D126845: [clang-format] Handle Verilog numbers and operators

2022-06-02 Thread Owen Pan via Phabricator via cfe-commits
owenpan added inline comments. Comment at: clang/lib/Format/FormatToken.h:138-139 TYPE(CSharpGenericTypeConstraintComma) \ + TYPE(VerilogNumberBase) /* for the base in a number literal, not including \ + th

[PATCH] D126845: [clang-format] Handle Verilog numbers and operators

2022-06-02 Thread Björn Schäpers via Phabricator via cfe-commits
HazardyKnusperkeks added inline comments. Comment at: clang/lib/Format/FormatToken.h:138 TYPE(CSharpGenericTypeConstraintComma) \ + TYPE(VerilogNumberBase) /* for the base in a number literal, not including \ +

[PATCH] D126845: [clang-format] Handle Verilog numbers and operators

2022-06-01 Thread sstwcw via Phabricator via cfe-commits
sstwcw created this revision. sstwcw added reviewers: HazardyKnusperkeks, MyDeveloperDay, curdeius, owenpan. Herald added a project: All. sstwcw requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Repository: rG LLVM Github Monorepo https://