The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
29.12k
stars
12.01k
forks
source link
[clang-format] Add an option that dictates how alternative-token operators are spelt #58115
Open
cjdb opened 2 years ago
Some C++ programmers use alternative tokens instead of symbol tokens. We should have a way to ensure that the tokens can be checked.
There should also be equivalents for bitwise operators and compound operators.