|
clang-tools 22.0.0git
|
#include "ChainedComparisonCheck.h"#include "clang/AST/ASTContext.h"#include "clang/ASTMatchers/ASTMatchFinder.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/SmallVector.h"#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::bugprone |
Functions | |
| static bool | clang::tidy::bugprone::isExprAComparisonOperator (const Expr *E) |