aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/copy-in-cplus-object.cpp
AgeCommit message (Collapse)Author
2010-06-08Block Code Gen. API. Call destructor on descriptiorFariborz Jahanian
entry previously constructed via copy constructor. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105641 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-08Fixes a typo which prevented proper code gen. forFariborz Jahanian
copy-in of c++ class objects into blocks. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105622 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-04Build AST for copy-construction of copied-inFariborz Jahanian
class object in blocks and carry it to IRGen. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105487 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-04For C++ copied in objects, use copy constructors inFariborz Jahanian
setting up block's descriptor. This is on going work to support c++ specific issues in setting up blocks various APIs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105469 91177308-0d34-0410-b5e6-96231b3b80d8