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

Implement Smart & Unique Ptr Checks #27

Closed JossWhittle closed 10 years ago

JossWhittle commented 10 years ago

Port over Facebook's Ptr lint checks. Potentially while consolidating them into a single lint pass.

https://github.com/facebook/flint/blob/master/cxx/Checks.cpp#L2096

https://github.com/facebook/flint/blob/master/cxx/Checks.cpp#L1986