terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.86k stars 251 forks source link

Fix parsing of C++14 ' separator with 0x and 0b #391

Closed salman-javed-nz closed 3 weeks ago

salman-javed-nz commented 2 months ago

Fixes #360

salman-javed-nz commented 2 months ago

The changes in this PR were written using https://github.com/terryyin/lizard/commit/bb8aa4d200a2935b07e6d2bf1e6072b449bc5ae3 as a reference, which fixes a similar bug (#352).

terryyin commented 3 weeks ago

Thanks for fixing this bug @salman-javed-nz .