[PATCH] D129771: [clang-format] distinguish multiplication after brace-init from pointer

Jack Huang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 18:55:05 PDT 2022


jackhong12 accepted this revision.
jackhong12 added a comment.

I think we can also add new test cases in `clang/unittests/Format/TokenAnnotatorTest.cpp`.

  Tokens = annotate("int i = int{42} * 34;");
  ...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129771



More information about the cfe-commits mailing list