[all-commits] [llvm/llvm-project] 6f0df3: [ASTMatchers] Avoid pathological traversal over ne...
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Thu Jan 28 12:46:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f0df3cddb3e3f38df1baa7aa4d743a74bb46688
https://github.com/llvm/llvm-project/commit/6f0df3cddb3e3f38df1baa7aa4d743a74bb46688
Author: Stephen Kelly <steveire at gmail.com>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/lib/ASTMatchers/ASTMatchFinder.cpp
M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Log Message:
-----------
[ASTMatchers] Avoid pathological traversal over nested lambdas
Differential Revision: https://reviews.llvm.org/D95573
More information about the All-commits
mailing list