aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx-block-objects.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin1-2/+2
tests fail. llvm-svn: 188447
2010-11-13Block API patch to do copy ctor of copied-in cxx objects inFariborz Jahanian1-0/+33
copy helper function and dtor of copied cxx objects in dispose helper functions. __block variables TBD next. llvm-svn: 119011