]> granicus.if.org Git - clang/commit
[C++11] Removing the found_decls_begin() and found_decls_end() APIs and replacing...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 21:38:48 +0000 (21:38 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 21:38:48 +0000 (21:38 +0000)
commit02242c339a094e7a04f2280d5fbb97f9f5fb6d36
treee2f2a6b708797a5a26afc154be1e6f71f643d10e
parentf2598b5e91511f1c08219e3c8bae7ed211f011cb
[C++11] Removing the found_decls_begin() and found_decls_end() APIs and replacing with a range-only found_decls() API.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203975 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/CXXInheritance.h
lib/AST/CXXInheritance.cpp
lib/Sema/SemaDecl.cpp