[all-commits] [llvm/llvm-project] 3e957e: [libc++] Refactor tests for trivially copyable ato...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Nov 17 10:32:24 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e957e5d66aaab08c33ccea2768f74993f6f554f
https://github.com/llvm/llvm-project/commit/3e957e5d66aaab08c33ccea2768f74993f6f554f
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-11-17 (Wed, 17 Nov 2021)
Changed paths:
M libcxx/include/atomic
R libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.compile.fail.cpp
M libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.pass.cpp
A libcxx/test/std/atomics/atomics.types.generic/trivially_copyable.verify.cpp
Log Message:
-----------
[libc++] Refactor tests for trivially copyable atomics
- Replace irrelevant synopsis by a comment
- Use a .verify.cpp test instead of .compile.fail.cpp
- Remove unnecessary includes in one of the tests (was a copy-paste error)
Differential Revision: https://reviews.llvm.org/D114094
More information about the All-commits
mailing list