]> granicus.if.org Git - clang/commit
Patch to force synthesis of copy assignment operator
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 13 Aug 2009 21:09:41 +0000 (21:09 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 13 Aug 2009 21:09:41 +0000 (21:09 +0000)
commitad25883a644dd6b52c7923dd128a7d05fb26213c
tree20af1f5012931dcbb928e97f8277f6bb6196a940
parent65010da986b2b13fa04c736855ac68183596420e
Patch to force synthesis of copy assignment operator
function in the order according to c++03. ir-gen
for copy assignment in the trivial case and the first
test case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78938 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Sema/SemaDeclCXX.cpp
test/CodeGenCXX/copy-assign-synthesis.cpp [new file with mode: 0644]