2 Commits

Author SHA1 Message Date
Congcong Cai
10602c2b4a [NFC]add - at the beginning for alignment 2024-01-16 07:49:07 +08:00
Congcong Cai
8e21557d04
[clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022)
Finds nested conditional operator.
Nested conditional operators lead code hard to understand, so they
should be splited as several statement and stored in temporary varibale.
2024-01-15 18:19:47 +08:00