[libcxx-commits] [PATCH] D92525: [libc++] Update and normalize the "all the headers" tests.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Dec 2 16:40:17 PST 2020
Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, __simt__.
Quuxplusone added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Quuxplusone requested review of this revision.
As I promised @ldionne in D92240 <https://reviews.llvm.org/D92240>! :) Some C++20 headers weren't added properly to all three of these test files. Add them, and take the time to normalize the formatting so that
diff <(grep '#include' foo.cpp) <(grep '#include' bar.cpp)
shows no diffs (except that `no_assert_include` deliberately excludes `<cassert>`).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92525
Files:
libcxx/test/libcxx/double_include.sh.cpp
libcxx/test/libcxx/min_max_macros.compile.pass.cpp
libcxx/test/libcxx/no_assert_include.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92525.309099.patch
Type: text/x-patch
Size: 4819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201203/76c3c148/attachment.bin>
More information about the libcxx-commits
mailing list