Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-16 | [NFC]add - at the beginning for alignment | Congcong Cai | 1 | -1/+1 | |
2024-01-15 | [clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022) | Congcong Cai | 1 | -0/+52 | |
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. |