This revision was automatically updated to reflect the committed changes.
Closed by commit rG494b1318ca77: Customize simplified dumping and matching of
LambdaExpr (authored by stephenkelly).
Changed prior to commit:
https://reviews.llvm.org/D71680?vs=234636&id=234968#toc
Repository:
rG LLVM
thakis added a comment.
Looks like this might break tests: http://45.33.8.238/linux/6150/step_7.txt
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71680/new/
https://reviews.llvm.org/D71680
___
cfe-comm
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from some nits.
Comment at: clang/include/clang/AST/ASTNodeTraverser.h:134
+
+ if (isa(S) && Traversal ==
ast_type_traits::TK_IgnoreUnlessSpell
steveire updated this revision to Diff 234636.
steveire added a comment.
Update
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71680/new/
https://reviews.llvm.org/D71680
Files:
clang/include/clang/AST/ASTNodeTraverser.h
clang/lib/ASTMatchers/AS
steveire updated this revision to Diff 234635.
steveire added a comment.
Update
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71680/new/
https://reviews.llvm.org/D71680
Files:
clang/include/clang/AST/ASTNodeTraverser.h
clang/lib/ASTMatchers/AS
steveire created this revision.
steveire added a reviewer: aaron.ballman.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71680
Files:
clang/include/clang/AST/ASTNodeTraverser.h
clang/lib/ASTMatchers/ASTMa