llvm-project
e99e343d - [clang-format] Fix annotation of alternative operator and (#199112)

Commit
93 days ago
[clang-format] Fix annotation of alternative operator and (#199112) I now annotate`and` as TT_BinaryOperator before the pointer/reference heuristic. I left `bitand` alone since, like `&`, it can still be a reference. Fixes #199027.
Author
Parents
Loading