[PATCH] D71680: Customize simplified dumping and matching of LambdaExpr

2019-12-20 Thread Stephen Kelly via Phabricator via cfe-commits
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=234968#toc Repository: rG LLVM

[PATCH] D71680: Customize simplified dumping and matching of LambdaExpr

2019-12-20 Thread Nico Weber via Phabricator via cfe-commits
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 ___

[PATCH] D71680: Customize simplified dumping and matching of LambdaExpr

2019-12-20 Thread Aaron Ballman via Phabricator via cfe-commits
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 ==

[PATCH] D71680: Customize simplified dumping and matching of LambdaExpr

2019-12-18 Thread Stephen Kelly via Phabricator via cfe-commits
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

[PATCH] D71680: Customize simplified dumping and matching of LambdaExpr

2019-12-18 Thread Stephen Kelly via Phabricator via cfe-commits
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

[PATCH] D71680: Customize simplified dumping and matching of LambdaExpr

2019-12-18 Thread Stephen Kelly via Phabricator via cfe-commits
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