Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]. NFC
authorFangrui Song <i@maskray.me>
Thu, 29 Jul 2021 16:59:44 +0000 (09:59 -0700)
committerFangrui Song <i@maskray.me>
Thu, 29 Jul 2021 16:59:45 +0000 (09:59 -0700)
commit72a83674dd3a13b59442cd7cb07b53902f7d6a33
tree8d16a71057d1b33c994c33e047d3feaf69d800cd
parent172a55e7a40d27c7882be2e86d515696d8e12427
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.
clang-tools-extra/pp-trace/PPTrace.cpp
clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
flang/include/flang/Optimizer/Support/FatalError.h
lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp