commit | 669c9a28fa4be35e6b6322aa7f2f3b2968189b80 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <dgregor@apple.com> | Mon Feb 02 18:25:48 2009 +0000 |
committer | Douglas Gregor <dgregor@apple.com> | Mon Feb 02 18:25:48 2009 +0000 |
tree | 14caa5249813164094f00618135ef72eeff43f3c | |
parent | 21a98b188857d690aa4510c52ac4317ffa0908a8 [diff] |
Split specific_decl_iterator, which had a run-time field for determining what decls are acceptable, into specific_decl_iterator (in which all decls matching the SpecificDecl type requirements are acceptable) and filtered_decl_iterator (which also does a run-time check via a member pointer non-type template parameter). This saves some space in the iterators. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63535 91177308-0d34-0410-b5e6-96231b3b80d8