[all-commits] [llvm/llvm-project] 2cea1b: [libc++] Remove libc++'s own <setjmp.h> header (#6...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Oct 12 16:59:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cea1babefbb726b00573c4cb5c89dc47664dc17
https://github.com/llvm/llvm-project/commit/2cea1babefbb726b00573c4cb5c89dc47664dc17
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__std_clang_module
M libcxx/include/csetjmp
M libcxx/include/module.modulemap.in
R libcxx/include/setjmp.h
M libcxx/test/std/depr/depr.c.headers/setjmp_h.compile.pass.cpp
M libcxx/test/std/language.support/support.runtime/csetjmp.pass.cpp
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Remove libc++'s own <setjmp.h> header (#68806)
It doesn't seem to do anything useful beyond what the C library header
is doing, so there's no purpose in having one.
More information about the All-commits
mailing list