Pull request 940 in include-what-you-use: Use `[[noreturn]]` instead of `LLVM_ATTRIBUTE_NORETURN`

0 views
Skip to first unread message

notifi...@include-what-you-use.org

unread,
Aug 6, 2021, 6:41:40 AM8/6/21
to include-wh...@googlegroups.com
New pull request 940 by kimgr: Use `[[noreturn]]` instead of `LLVM_ATTRIBUTE_NORETURN`
https://github.com/include-what-you-use/include-what-you-use/pull/940

A recent change to LLVM removed `LLVM_ATTRIBUTE_NORETURN` in favor of plain C++11
`[[noreturn]]`. Since we require C++14 to build these days, just assume that
the `[[noreturn]]` attribute is available.

Reply all
Reply to author
Forward
0 new messages