clang-tools 22.0.0git
clang::tidy::google::runtime Namespace Reference

Classes

class  IntegerTypesCheck
 Finds uses of short, long and long long and suggest replacing them with u?intXX(_t)?. More...
class  OverloadedUnaryAndCheck
 Finds overloads of unary operator &. More...
class  RuntimeFloatCheck
 Finds usages of long double and suggests against their use due to lack of portability. More...