summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/blocks.mm
AgeCommit message (Expand)Author
2017-03-01[Sema] Add variable captured by a block to the enclosing lambda'sAkira Hatanaka
2017-02-15[Sema] Disallow returning a __block variable via a move.Akira Hatanaka
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-06-05Allow block returns in C++ with the formDouglas Gregor
2011-02-12Implement objective-c++'s block pointer type matching involvingFariborz Jahanian
2011-01-19Refactor the dependence computation for DeclRefExpr so that we canDouglas Gregor
2011-01-19When building the copy expression for a __block variable, make sureJohn McCall
2010-12-02When we're performing an explicit cast of some sort, don't complainDouglas Gregor
2010-11-01Require that the types of the parameters of a block literal are complete.Douglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2009-12-22Switch initialization of parameters in a call over toDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-12-11Patch to allow C-style cast from 'void *' to block pointer type.Fariborz Jahanian
2009-06-03Use "()" instead of "(void)" when pretty-printing a parameter-less function t...Argyrios Kyrtzidis
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16When inside an Objective-C++ method, name lookup should look into theDouglas Gregor
2009-02-04Initial implementation of argument dependent lookup (a.k.a. ADL,Douglas Gregor
2008-12-23Add some block-pointer conversions in C++Douglas Gregor