We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
analyzeSymbolicOperators()
1 parent dc2f958 commit c3ad2dcCopy full SHA for c3ad2dc
1 file changed
lib/vf_symbolicoperators.cpp
@@ -86,7 +86,7 @@ namespace ValueFlow
86
continue;
87
88
Value v = makeSymbolic(arg);
89
- v.errorPath = c.errorPath;
+ v.errorPath = std::move(c.errorPath);
90
v.errorPath.emplace_back(tok, "Passed to " + tok->str());
91
if (c.intvalue == 0)
92
v.setImpossible();
0 commit comments