[all-commits] [llvm/llvm-project] 010a97: [ADT] Drop append_range test that doesn't compile ...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Thu Mar 2 08:28:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 010a97974a158ebca0bdb58346a2b303ab8a401e
https://github.com/llvm/llvm-project/commit/010a97974a158ebca0bdb58346a2b303ab8a401e
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M llvm/unittests/ADT/STLExtrasTest.cpp
Log Message:
-----------
[ADT] Drop append_range test that doesn't compile with EXPENSIVE_CHECKS
The issue seems to be caused by the definition of `SafeIntIterator` and
is otherwise unrelated to the implementation of `append_range`.
We have a simialr test below, so this does not meaningfully decrease the
test coverage of `append_range`.
See the discussion in: https://reviews.llvm.org/D144420#4164373
Issue: https://github.com/llvm/llvm-project/issues/61122
More information about the All-commits
mailing list