[PATCH] D17484: [clang-tidy] introduce modernize-deprecated-headers check

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 20 18:26:30 PST 2016


Eugene.Zelenko added a comment.

Another idea: to replace limits.h with limits and also replace its defines with their C++ counterparts. For example, INT_MIN with numeric_limits<int>::min().

Will be definitely useful for LLDB code modernization.


http://reviews.llvm.org/D17484





More information about the cfe-commits mailing list