aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/blocks.mm
AgeCommit message (Expand)Author
2012-07-11Don't try to do RVO on block variables that refer to an enclosing local.Nico Weber
2012-06-20Restructure how the driver communicates information about theJohn McCall
2011-10-12Switch diagnostic text from "C++0x" over to "C++11".Douglas Gregor
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-06-11Implement support for C++11 in-class initialization of non-static data members.Richard Smith
2011-02-12Implement objective-c++'s block pointer type matching involvingFariborz Jahanian