Skip to content

Commit 3cea3ef

Browse files
author
Your Name
committed
Make the comment clearer
1 parent c9912bc commit 3cea3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/vf_analyzers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ struct SingleValueFlowAnalyzer : ValueFlowAnalyzer {
12001200
{
12011201
if (value.isImpossible())
12021202
return false;
1203-
// lifetime values must keep flowing to find dangling derefs on all paths
1203+
// lifetime values must keep flowing to properly track aliases
12041204
if (value.isLifetimeValue())
12051205
return false;
12061206
// 'conditional' flag (uninit, or lowered after a modifying branch): may depend on a

0 commit comments

Comments
 (0)