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

Processing with C++11 'noexcept' keyword #63

Closed rakhimov closed 9 years ago

rakhimov commented 9 years ago

This fix mainly applies to constructors with initialization lists. The last member variable name is picked up as the name for reporting.

terryyin commented 9 years ago

thanks rakhimov!