[all-commits] [llvm/llvm-project] 794edd: [clang] Suppress noreturn warning if last statemen...

Samarth Narang via All-commits all-commits at lists.llvm.org
Fri Jun 27 07:52:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 794edd187cee49e3f12cc2ce587d60fc85e08dd6
      https://github.com/llvm/llvm-project/commit/794edd187cee49e3f12cc2ce587d60fc85e08dd6
  Author: Samarth Narang <70980689+snarang181 at users.noreply.github.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/AnalysisBasedWarnings.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    A clang/test/SemaCXX/wreturn-always-throws.cpp

  Log Message:
  -----------
  [clang] Suppress noreturn warning if last statement in a function is a throw (#145166)

Fixes https://github.com/llvm/llvm-project/issues/144952



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list