We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8536968 commit 993a7b2Copy full SHA for 993a7b2
lib/Parser/Scan.cpp
@@ -1590,6 +1590,7 @@ tokens Scanner<EncodingPolicy>::ScanCore(bool identifyKwds)
1590
m_tkPrevious = m_ptoken->tk;
1591
m_iecpLimTokPrevious = IecpLimTok(); // Introduced for use by lambda parsing to find correct span of expression lambdas
1592
m_ichLimTokPrevious = IchLimTok();
1593
+ size_t saveMultiUnits = this->m_cMultiUnits;
1594
1595
if (p >= last)
1596
{
@@ -1619,8 +1620,6 @@ tokens Scanner<EncodingPolicy>::ScanCore(bool identifyKwds)
1619
1620
}
1621
1622
- size_t saveMultiUnits = this->m_cMultiUnits;
1623
-
1624
for (;;)
1625
1626
LLoop:
0 commit comments