clang-tools 20.0.0git
|
#include "clang/Analysis/CFG.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "../ClangTidy.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::utils::ExprSequence |
Provides information about the evaluation order of (sub-)expressions within a CFGBlock . More... | |
class | clang::tidy::utils::StmtToBlockMap |
Maps Stmt s to the CFGBlock that contains them. More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::utils |