[all-commits] [llvm/llvm-project] 095298: [Support] Remove LLVM_ATTRIBUTE_NORETURN

Rose via All-commits all-commits at lists.llvm.org
Thu Jul 29 10:10:52 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 09529892b518c8df8c24395e68e0a7a5e8bda5fb
      https://github.com/llvm/llvm-project/commit/09529892b518c8df8c24395e68e0a7a5e8bda5fb
  Author: Alfonso Gregory <gfunni234 at gmail.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M llvm/include/llvm/Support/Compiler.h

  Log Message:
  -----------
  [Support] Remove LLVM_ATTRIBUTE_NORETURN

Code should use C++11 [[noreturn]] or C11 _Noreturn instead.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D106899




More information about the All-commits mailing list