[PATCH] D88956: [clang-format] Fix misformatted macro definitions after D86959

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 7 09:28:30 PDT 2020


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



More information about the cfe-commits mailing list