clang-tools 22.0.0git
QualifiedAutoCheck.h File Reference

Go to the source code of this file.

Classes

class  clang::tidy::readability::QualifiedAutoCheck
 Finds variables declared as auto that could be declared as: 'auto*' or 'const auto *' and reference variables declared as: 'const auto &'. More...

Namespaces

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