]> granicus.if.org Git - clang/commit
[C++11] Removing the types_begin() and types_end() APIs and replacing with a range...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 21:11:14 +0000 (21:11 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 14 Mar 2014 21:11:14 +0000 (21:11 +0000)
commit4aa9d7e278ffdc70fbdc4a7d99ac31f7ef734646
treebe35bed643d7a4939c2e1464155fe8bdaa95abb8
parentd9a6d51ec70598fcd000e2430df0969884975eb1
[C++11] Removing the types_begin() and types_end() APIs and replacing with a range-only types() API.

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