[all-commits] [llvm/llvm-project] 3729a5: [SCEV] Fix a warning on an unused lambda capture
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Oct 25 00:45:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3729a5abf41d992535508e55c5d975f98c54dba0
https://github.com/llvm/llvm-project/commit/3729a5abf41d992535508e55c5d975f98c54dba0
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Fix a warning on an unused lambda capture
This patch fixes:
llvm/lib/Analysis/ScalarEvolution.cpp:12770:37: error: lambda
capture 'this' is not used [-Werror,-Wunused-lambda-capture]
More information about the All-commits
mailing list