tokenizer: added todo for simplifying '(true?x:y)' => '(x)'
This commit is contained in:
parent
e36994f54b
commit
62f681094f
|
@ -1976,7 +1976,7 @@ bool Tokenizer::simplifyQuestionMark()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Use code before semicolon
|
/** @todo simplify "(true ? x : y)" to "(x)" */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue