]> granicus.if.org Git - clang/commit
Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 28 Nov 2012 03:56:09 +0000 (03:56 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 28 Nov 2012 03:56:09 +0000 (03:56 +0000)
commit9d29543284e75648ac89c6e9586fc7cf786cf66f
tree7f710aadc6d00388d32dbb1e5d994f70c75aabcf
parentb8abff66a8d30356c82314c4734c692cdd479e5e
Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,
expose only the iterators instead.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168770 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaPseudoObject.cpp