================ @@ -113,6 +113,12 @@ Changes in existing checks <clang-tidy/checks/performance/move-const-arg>` check by avoiding false positives on trivially copyable types with a non-public copy constructor. +- Improved :doc:`readability-enum-initial-value + <clang-tidy/checks/readability/enum-initial-value>` check: + + - The warning message now lists which enumerators are not initialized, making ---------------- EugeneZelenko wrote:
Lists should be used for multiple changes in same check. https://github.com/llvm/llvm-project/pull/176485 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
