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.85k stars 250 forks source link

Add tests for C++ init. list to function error #128

Closed rakhimov closed 8 years ago

rakhimov commented 8 years ago

The initializer list is confused for a function definition.

Issue #118.


This change is Reviewable

terryyin commented 8 years ago

The bug is fixed. Thanks @rakhimov !

rakhimov commented 8 years ago

Thanks @terryyin ! It is working.