"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "04f832bf2c576c65fed751a613437da74f5c5f43"
Add an eachOf matcher.
eachOf gives closure on the forEach and forEachDescendant matchers. Before, it was impossible to implement a findAll matcher, as matching the node or any of its descendants was not expressible (since anyOf only triggers the first match). llvm-svn: 174315
Loading
Please register or sign in to comment