diff options
author | sstwcw <su3e8a96kzlver@posteo.net> | 2023-11-29 15:17:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 15:17:59 +0000 |
commit | 3af82b3962c443d43edba1abb50a82fb3048999a (patch) | |
tree | f6096f8bce9bdae021df85e5651cfa184d9b04cd /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 0468867c982c9438cf1e9adb71709cb9c7d66391 (diff) | |
download | llvm-3af82b3962c443d43edba1abb50a82fb3048999a.zip llvm-3af82b3962c443d43edba1abb50a82fb3048999a.tar.gz llvm-3af82b3962c443d43edba1abb50a82fb3048999a.tar.bz2 |
[clang-format] Add spaces around the Verilog implication operator (#71352)
The Verilog implication operator `->` is a binary operator meaning
either the left hand side is false or the right hand side is true.
Previously it was treated as the C++ struct member operator.
I didn't even know it existed when I added the operator formatting part.
And I didn't check all the tests for all the operators I added. That is
how the bad test got in.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions