Skip to content

Commit bdc977b

Browse files
author
git apple-llvm automerger
committed
Merge commit 'a737a33eb995' from llvm.org/main into next
2 parents 38f52d3 + a737a33 commit bdc977b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void DataflowAnalysisContext::dumpFlowCondition(Atom Token,
244244
}
245245
if (!Info.EquivalentAtoms.empty()) {
246246
OS << "Equivalent atoms:\n";
247-
for (const llvm::SmallVector<Atom> Class : Info.EquivalentAtoms)
247+
for (const llvm::SmallVector<Atom> &Class : Info.EquivalentAtoms)
248248
printAtomList(Class, OS);
249249
}
250250

0 commit comments

Comments
 (0)