"dune/gdt/test/momentmodels/mn-discretization.hh" did not exist on "ee41be3b092cd9d83b4595373f7b6b9a1b9df239"
Separate the matchers by type and statically dispatch to the right list.
Summary: Separate the matchers by type and statically dispatch to the right list. For any node type that we support, it reduces the number of matchers we run it through. For node types we do not support, it makes match() a noop. This change improves our clang-tidy related benchmark by ~30%. Reviewers: klimek Subscribers: klimek, cfe-commits Differential Revision: http://reviews.llvm.org/D5197 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217274 91177308-0d34-0410-b5e6-96231b3b80d8
Loading
Please register or sign in to comment