MyDeveloperDay added a comment.

I have noticed that clang-format has a tendency to over eagerly make * and & a 
TT_BinaryOperator, I know its too late to change it now, but sometimes I wonder 
if they should be detected as TT_PointerOrReference and then the clauses try 
and expose when they are being used as BinaryOperators we might have better 
luck.. or maybe not.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88956

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

Reply via email to