JossWhittle / FlintPlusPlus

Flint++ is cross-platform, zero-dependency port of flint, a lint program for C++ developed and used at Facebook.
Boost Software License 1.0
266 stars 21 forks source link

A simple fix for issue "Incorrect detection of copy-constructor #53" #54

Closed abbyssoul closed 8 years ago

abbyssoul commented 8 years ago

This change fixes string / token comparison bug and makes the checker a bit more robust. It doesn't really change the naive way a copy constructor is identified.

JossWhittle commented 8 years ago

Thanks :)