Adds a convenience function selectFirst to simplify matching.
A very common use case is to search for the first occurrence of a certain node that is a descendant of another node. In that case, selectFirst significantly simplifies the code at the client side. llvm-svn: 174499
Loading
Please register or sign in to comment