[all-commits] [llvm/llvm-project] 8f3547: Change algorithms to return iterators
Stephen Kelly via All-commits
all-commits at lists.llvm.org
Mon Nov 9 11:28:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8f354711ae92be1319190d8ede8992168a682f4e
https://github.com/llvm/llvm-project/commit/8f354711ae92be1319190d8ede8992168a682f4e
Author: Stephen Kelly <steveire at gmail.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
Log Message:
-----------
Change algorithms to return iterators
Make it possible to inspect the matched node, possibly to ignore it.
Differential Revision: https://reviews.llvm.org/D90983
Commit: 121d51dc835bf9db363f3f90c042f939076b23d3
https://github.com/llvm/llvm-project/commit/121d51dc835bf9db363f3f90c042f939076b23d3
Author: Stephen Kelly <steveire at gmail.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Log Message:
-----------
Fix trailing whitespace
My editor keeps on changing this and I keep having to revert it.
Commit: 23f17ab5ff64c993c6242551de44af58c5b43b23
https://github.com/llvm/llvm-project/commit/23f17ab5ff64c993c6242551de44af58c5b43b23
Author: Stephen Kelly <steveire at gmail.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M clang/include/clang/ASTMatchers/ASTMatchersInternal.h
M clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Log Message:
-----------
Fix use of directly-nested traverse() matchers
Compare: https://github.com/llvm/llvm-project/compare/8b5a3e46326f...23f17ab5ff64
More information about the All-commits
mailing list