[all-commits] [llvm/llvm-project] 2f7d30: [dataflow] fix compile on gcc7
Sam McCall via All-commits
all-commits at lists.llvm.org
Thu Jun 29 12:22:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f7d30dee8262746c3e8ee1f6f25be8c1ace9990
https://github.com/llvm/llvm-project/commit/2f7d30dee8262746c3e8ee1f6f25be8c1ace9990
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp
Log Message:
-----------
[dataflow] fix compile on gcc7
Reported on https://reviews.llvm.org/D153674
This returned expression is move-eligible, this is a bug in old GCC.
More information about the All-commits
mailing list