[all-commits] [llvm/llvm-project] 7f607a: [pstl] Use logical operator for loop condition in ...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Thu May 13 10:12:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f607ac6af0e2ee8a7d721d3ba427536deffcd3f
https://github.com/llvm/llvm-project/commit/7f607ac6af0e2ee8a7d721d3ba427536deffcd3f
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pstl/test/std/algorithms/alg.nonmodifying/find_end.pass.cpp
M pstl/test/std/algorithms/alg.nonmodifying/search_n.pass.cpp
Log Message:
-----------
[pstl] Use logical operator for loop condition in tests
Fix a probable typo in two PSTL tests that causes warnings with GCC.
Patch by Jonathan Wakely (jwakely).
Reviewed By: zoecarver
Differential Revision: https://reviews.llvm.org/D102327
More information about the All-commits
mailing list