|
clang-tools 22.0.0git
|
#include "../ClangTidyCheck.h"#include "../utils/IncludeInserter.h"#include "clang/ASTMatchers/ASTMatchFinder.h"Go to the source code of this file.
Classes | |
| class | clang::tidy::modernize::UseIntegerSignComparisonCheck |
| Replace comparisons between signed and unsigned integers with their safe C++20 std::cmp_* alternative, if available. More... | |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::modernize |