[clang-tools-extra] [clang-tidy] Fix trailing semicolon and lost comment in readability-use-std-min-max (PR #208782)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 31 07:14:45 PDT 2026


================
@@ -910,16 +910,15 @@ Changes in existing checks
   <clang-tidy/checks/readability/suspicious-call-argument>` check by avoiding a
   crash from invalid ``Abbreviations`` option.
 
-- Improved :doc:`readability-trivial-switch
-  <clang-tidy/checks/readability/trivial-switch>` check by adding an
-  `IgnoreMacros` option. When enabled, the check will ignore switch
-  statements originating from macros.
-
 - Improved :doc:`readability-use-anyofallof
   <clang-tidy/checks/readability/use-anyofallof>` check by emitting a diagnostic
   note to suggest materializing the temporary range when iterating over temporary
   range expressions or initializer lists, as reusing them directly could be unsafe.
 
+- Improved :doc:`readability-use-std-min-max
----------------
zeyi2 wrote:

The ReleaseNotes was reset after LLVM 23 release, would you please update it?

https://github.com/llvm/llvm-project/pull/208782


More information about the cfe-commits mailing list