clang-tools 17.0.0git
Classes | Namespaces
UseAnyOfAllOfCheck.h File Reference
#include "../ClangTidyCheck.h"
#include "../utils/IncludeInserter.h"
Include dependency graph for UseAnyOfAllOfCheck.h:
This graph shows which files directly or indirectly include this file:

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