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

Fix C++11 ref qualifiers for functions #144

Closed rakhimov closed 8 years ago

rakhimov commented 8 years ago

C++11 ref qualifiers participate in overload resolution for performance optimization code. A test for similar looking '&&' operator is also added.

Closes #143


This change is Reviewable

rakhimov commented 8 years ago

@terryyin This PR is ready to go.

terryyin commented 8 years ago

Thanks. This look very neat work to me.