Unverified Commit 47413bb2 authored by Fangrui Song's avatar Fangrui Song Committed by GitHub
Browse files

[libunwind] Bump to CXX_STANDARD 17 (#75986)



libunwind uses C-style and low-level C++, so the language standard
doesn't matter that much, but bumping to C++17 aligns with the rest of
LLVM and enables some features that would cause pedantic warnings in
C++11 (e.g. -Wc++17-attribute-extensions for [[fallthrough]]/
[[nodiscard]]/[[maybe_unused]]). (Contributors might use these features
unaware of the pedantic warnings).

Suggested-by: default avatarChristopher Di Bella <cjdb@google.com>
parent f10302e3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment