llvm-capstone/libunwind
Fangrui Song 47413bb276
[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: Christopher Di Bella <cjdb@google.com>
2023-12-19 21:51:05 -08:00
..
cmake [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) 2023-12-13 13:57:48 -05:00
docs [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi 2023-05-25 11:15:34 +02:00
include [libunwind] Fix an inconsistent indentation (NFC) (#72314) 2023-11-15 11:34:15 -05:00
src [libunwind] Bump to CXX_STANDARD 17 (#75986) 2023-12-19 21:51:05 -08:00
test [libc++] Run picolibc tests with qemu 2023-11-29 17:21:08 -05:00
.clang-format
CMakeLists.txt Remove deprecated warning from cmake files (#72595) 2023-11-16 21:20:12 -05:00
LICENSE.TXT