llvm-project
e99e343d
- [clang-format] Fix annotation of alternative operator and (#199112)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#199112 - [clang-format] Fix annotation of alternative operator and
Author
mygitljf
Parents
631aa1c8
Loading