]> granicus.if.org Git - clang/commit
Split specific_decl_iterator, which had a run-time field for
authorDouglas Gregor <dgregor@apple.com>
Mon, 2 Feb 2009 18:25:48 +0000 (18:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 2 Feb 2009 18:25:48 +0000 (18:25 +0000)
commit669c9a28fa4be35e6b6322aa7f2f3b2968189b80
tree14caa5249813164094f00618135ef72eeff43f3c
parent21a98b188857d690aa4510c52ac4317ffa0908a8
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
include/clang/AST/DeclBase.h
include/clang/AST/DeclObjC.h