krasimir added a comment.

Appears that this regressed examples like this:

  // before
  int i = int{16} * 1024;
  // after
  int i = int{16}* 1024;

Naively it looks like in all added examples, the token preceding the matching 
`{` of the `}` is one of `struct`, `class`, `union`, `enum`, or a `>`. Could we 
adapt this heuristic to only apply `TT_PointerOrReference` in cases like this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127873

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

Reply via email to