]> granicus.if.org Git - clang/commit
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, since...
authorDouglas Gregor <dgregor@apple.com>
Tue, 22 Dec 2009 00:34:07 +0000 (00:34 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 22 Dec 2009 00:34:07 +0000 (00:34 +0000)
commit9e9199d8649cf3e10c98a69403f05dbb666d8fb1
tree5051ff7f4e0191e7d7dc9606c698986689483526
parent0d6d12b2db47ff34d6cd30917992a8c8ad97aac2
Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, since the context is available in the Decl

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91862 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
lib/AST/DeclCXX.cpp
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaOverload.cpp