owenpan accepted this revision.
owenpan added inline comments.

================
Comment at: clang/lib/Format/TokenAnnotator.cpp:3968
+         !Right.isOneOf(tok::r_paren, tok::semi)) ||
+        (Right.is(TT_VerilogTableItem) && !Left.is(tok::l_paren))) {
+      const FormatToken *Next = Right.getNextNonComment();
----------------



================
Comment at: clang/lib/Format/UnwrappedLineParser.cpp:4165
+
+  unsigned InitialLevel = Line->Level++;
+  while (!eof() && !Keywords.isVerilogEnd(*FormatTok)) {
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128713/new/

https://reviews.llvm.org/D128713

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to