Skip to content
Unverified Commit 8e21557d authored by Congcong Cai's avatar Congcong Cai Committed by GitHub
Browse files

[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.
parent 3dff20cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment