[all-commits] [llvm/llvm-project] 72a836: Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noret...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Jul 29 09:59:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72a83674dd3a13b59442cd7cb07b53902f7d6a33
      https://github.com/llvm/llvm-project/commit/72a83674dd3a13b59442cd7cb07b53902f7d6a33
  Author: Fangrui Song <i at maskray.me>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M clang-tools-extra/pp-trace/PPTrace.cpp
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M flang/include/flang/Optimizer/Support/FatalError.h
    M lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
    M lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp

  Log Message:
  -----------
  Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]. NFC

[[noreturn]] can be used since Oct 2016 when the minimum compiler requirement was bumped to GCC 4.8/MSVC 2015.




More information about the All-commits mailing list