We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
analyzeSymbolicOperators()
1 parent 080626f commit cf74196Copy full SHA for cf74196
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