mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-15 04:56:07 +00:00

Since its call operator is const but can modify the state of its underlying functor we cannot tell whether the copy is necessary or not. This avoids false positives. Reviewed-by: aaron.ballman, gribozavr2 Differential Revision: https://reviews.llvm.org/D89332