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