Add `while (..) to style checker

This commit is contained in:
Mathias Baumann
2019-11-11 17:28:41 +01:00
parent 375be4a04d
commit e643c4ca28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ bool StaticAnalyzer::visit(MemberAccess const& _memberAccess)
if (m_constructor)
{
auto const* expr = &_memberAccess.expression();
while(expr)
while (expr)
{
if (auto id = dynamic_cast<Identifier const*>(expr))
{