"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2d032846d055f33eefd8618658ead1e027d17bcb"
Remove size_t return parameter from FindTypes
In r368345 I accidentally introduced a regression that would over-report the number of matches found by FindTypes if the DeclContext Filter was hit. This patch simply removes the size_t return parameter altogether — it's not that useful. rdar://problem/55500457 Differential Revision: https://reviews.llvm.org/D68169 llvm-svn: 373344
Loading
Please register or sign in to comment