clang-tools 19.0.0git
Namespaces | Functions
MisleadingCaptureDefaultByValueCheck.cpp File Reference
#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)