Displaying 3 results from an estimated 3 matches for "iteratortest".
Did you mean:
iterationtest
2016 Dec 14
0
Openness to a "zip_iterator" type?
...h value
> }
>
>
> If I were to implement this IteratorZip type for the LLVM codebase, would this be something the community would be interested in/accept/use? Am I missing an obvious existing implementation somewhere?
Yes: include/llvm/ADT/STLExtras.h has zip.
See also unittests/ADT/IteratorTest.cpp.
—
Mehdi
2016 Dec 14
2
Openness to a "zip_iterator" type?
One of my coworkers noticed that we(Clang/LLVM) have quite a few places where we need to iterate through 2 equally sized ranges at the same time, often related to parm/arg relationships. In a few cases we(Clang/LLVM) use a traditional for-loop with 2 iterators in it. In a few others, the implementation uses range-for over 1 range with an iterator pattern on the other.
IMO, the correct solution
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...irectory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/MC'
llvm[2]: Compiling PassManagerTest.cpp for Release+Asserts build
llvm[2]: Compiling PointerUnionTest.cpp for Release+Asserts build
llvm[2]: Linking Release+Asserts unit test ExecutionEngine (without symbols)
llvm[2]: Compiling PostOrderIteratorTest.cpp for Release+Asserts build
make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Option'
llvm[2]: Compiling SCCIteratorTest.cpp for Release+Asserts build
llvm[2]: Building Driver Option tables with tblgen
llvm[2]: Compiling OptionParsingTest.cpp for Release+Asserts build...