We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c6845 commit 23590beCopy full SHA for 23590be
1 file changed
lib/astutils.cpp
@@ -3686,7 +3686,7 @@ bool isGlobalData(const Token *expr)
3686
globalData = true;
3687
return ChildrenToVisit::none;
3688
}
3689
- if (lhsvar->isArgument() && (!lhstype || (lhstype->type <= ValueType::Type::VOID && !lhstype->container))) {
+ if (lhsvar->isArgument() && lhstype->type <= ValueType::Type::VOID && !lhstype->container) {
3690
3691
3692
0 commit comments