[all-commits] [llvm/llvm-project] a83ce9: [clang] Remove unused capture in closure
huntergr-arm via All-commits
all-commits at lists.llvm.org
Tue Jun 22 07:12:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a83ce95b097689f4ebd2c3b45c0778d0b6946d00
https://github.com/llvm/llvm-project/commit/a83ce95b097689f4ebd2c3b45c0778d0b6946d00
Author: Graham Hunter <graham.hunter at arm.com>
Date: 2021-06-22 (Tue, 22 Jun 2021)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
Log Message:
-----------
[clang] Remove unused capture in closure
c6a91ee6aaaa removed uses of IsMonotonic from OpenMP SIMD codegen,
but that left a capture of the variable unused which upset buildbots
using -Werror.
More information about the All-commits
mailing list