aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>2021-11-15 10:00:07 -0500
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>2021-11-18 00:12:41 -0500
commit4a8734deb7d54cf15f28b87cdb8a4f601852c10d (patch)
tree38158dc308c243fad6a26781322a7757c48bca9c /clang/lib/Frontend/CompilerInvocation.cpp
parent6113ea8124d7db8620d392c85f96d78784918306 (diff)
downloadllvm-4a8734deb7d54cf15f28b87cdb8a4f601852c10d.zip
llvm-4a8734deb7d54cf15f28b87cdb8a4f601852c10d.tar.gz
llvm-4a8734deb7d54cf15f28b87cdb8a4f601852c10d.tar.bz2
[libc++] [test] Add "robust_re_difference_type.compile.pass.cpp" for all the algorithms.
Also, mark these tests as compile-only. They actually are safe to run — notice that the code "runs" at constexpr-time in C++20, without error — because both of the input ranges are entirely filled with nullptr, so no matter how you shuffle the elements, they remain sorted and partitioned and heapified and everything. But there's no real reason to run them at runtime, so let's just avoid the distraction. Test cases that fail in trunk right now are commented out with `TODO FIXME`. Differential Revision: https://reviews.llvm.org/D113906
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions