[PATCH] D97653: [clang-tidy] Fix RenamerClangTidy checks breaking lambda captures.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 10 23:44:48 PDT 2021
njames93 updated this revision to Diff 336645.
njames93 added a comment.
Use implicit capture instead of default capture.
@aaron.ballman, Unfortunately the AST dump tests don't work as implicit captures don't appear to show up in the textual representation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97653/new/
https://reviews.llvm.org/D97653
Files:
clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp
clang/include/clang/AST/Expr.h
clang/include/clang/AST/Stmt.h
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/Expr.cpp
clang/lib/AST/TextNodeDumper.cpp
clang/lib/Sema/SemaLambda.cpp
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterDecl.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97653.336645.patch
Type: text/x-patch
Size: 8306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210411/02e7ceeb/attachment.bin>
More information about the cfe-commits
mailing list