clang-tools 19.0.0git
Classes | Namespaces
UseAnyOfAllOfCheck.h File Reference
#include "../ClangTidyCheck.h"
#include "../utils/IncludeInserter.h"

Go to the source code of this file.

Classes

class  clang::tidy::readability::UseAnyOfAllOfCheck
 Finds ranged-based for loops that can be replaced by a call to std::any_of or std::all_of. More...
 

Namespaces

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