[clang-tools-extra] [clang-tidy] Extend readability-else-after-return to remove else after calls to [[noreturn]] functions (PR #185202)

via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 10 22:51:36 PDT 2026


================
@@ -309,10 +309,13 @@ Changes in existing checks
 
   - Fixed missed diagnostics when ``if`` statements appear in unbraced
     ``switch`` case labels.
-
+    
----------------
zeyi2 wrote:

Maybe we should run the trailing whitespace check of `doc8` on the ReleaseNotes. Currently all the checks are disabled for this file.

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


More information about the cfe-commits mailing list