[all-commits] [llvm/llvm-project] f5738c: [libc++] Make __libcpp_verbose_abort [[noreturn]]
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Aug 10 07:38:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5738c51452f90d7f33963d1c0c6f8e7f3d801e3
https://github.com/llvm/llvm-project/commit/f5738c51452f90d7f33963d1c0c6f8e7f3d801e3
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M libcxx/include/__verbose_abort
M libcxx/test/libcxx/assertions/customize_verbose_abort.backdeployment.pass.cpp
M libcxx/test/libcxx/assertions/customize_verbose_abort.pass.cpp
M libcxx/test/libcxx/assertions/debug_mode_compatibility.pass.cpp
Log Message:
-----------
[libc++] Make __libcpp_verbose_abort [[noreturn]]
This will allow using it in functions that are [[noreturn]] themselves.
Differential Revision: https://reviews.llvm.org/D131408
More information about the All-commits
mailing list