| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++][NFC] Remove _LIBCPP_DISABLE_EXTENSION_WARNINGS (#133693) We only use _LIBCPP_DISABLE_EXTENSION_WARNINGS in a single place while we use extensions all over the place. The warnings are already disabled, since libc++'s headers are system headers, so this shouldn't be in any way observable by users. | 1 年前 | |
[libc++] Extract a clean base support API for std::atomic (#118129) This patch documents the underlying API for implementing atomics on a platform. This doesn't change the operations that std::atomic is based on, but it reorganizes the C11 / GCC implementation split to make it clearer what's the base support layer and what's not. | 1 年前 |