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

Hack '~' into C++ destructor names #67

Closed rakhimov closed 9 years ago

rakhimov commented 9 years ago

This is a quick and dirty fix. @terryyin may hack further to find the right way (state, regex?).

rakhimov commented 9 years ago

This should address issue #11

terryyin commented 9 years ago

Merged and replaced the hack with a "proper" solution.

Thanks for all the small fixings.