clang-tools 20.0.0git
|
#include "MisleadingCaptureDefaultByValueCheck.h"
#include "../utils/LexerUtils.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "llvm/Support/raw_ostream.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::cppcoreguidelines |
Functions | |
static SourceLocation | clang::tidy::cppcoreguidelines::findDefaultCaptureEnd (const LambdaExpr *Lambda, ASTContext &Context) |
static std::string | clang::tidy::cppcoreguidelines::createReplacementText (const LambdaExpr *Lambda) |