Commit 0988bb25 authored by Congcong Cai's avatar Congcong Cai
Browse files

[clang-tidy]Add new check readability-avoid-nested-conditional-operator

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 3edf82d5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment