1 Commits

Author SHA1 Message Date
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