================ @@ -224,6 +224,11 @@ New checks Recommends the smallest possible underlying type for an ``enum`` or ``enum`` class based on the range of its enumerators. +- New :doc:`readability-avoid-nested-conditional-operator + <clang-tidy/checks/readability/avoid-nested-conditional-operator>` check. + + Finds nested conditional operator. ---------------- PiotrZSL wrote:
// Identifies instances of nested conditional operators in the code. https://github.com/llvm/llvm-project/pull/78022 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits