Make format string linter understand basic template parameter syntax.
Fixes issue described in #13705 (comment).
Thanks to @ken2812221 for reporting!
Make format string linter understand basic template parameter syntax.
Fixes issue described in #13705 (comment).
Thanks to @ken2812221 for reporting!
utACK 4441ad677a4cdc70ecac63e03edb4e236e36801e thanks for addressing this quickly ! need to be tested on @ken2812221's code
The first doctest testcase added is the issue @ken2812221 encountered.
Tested ACK 4441ad6. But strprintf("%d %d", b<2, c); would fail, it would success if I add space either side of <. Maybe it's a good linter to telling people to format code.