clang-tools 19.0.0git
Classes | Namespaces
IntegerTypesCheck.h File Reference
#include "../ClangTidyCheck.h"
#include <memory>

Go to the source code of this file.

Classes

class  clang::tidy::google::runtime::IntegerTypesCheck
 Finds uses of short, long and long long and suggest replacing them with u?intXX(_t)?. More...
 

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::google
 
namespace  clang::tidy::google::runtime