summaryrefslogtreecommitdiff
path: root/test/SemaCXX/blocks.cpp
AgeCommit message (Expand)Author
2014-11-18Fix an assertion when ending a function definition.John McCall
2013-03-22Fix a crash-on-valid where a block capture copy expression wasJohn McCall
2013-03-07When possible, move __block variables to the heap rather than copying them.Douglas Gregor
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2010-09-03Truncate block variable of bool type to i1 when itsFariborz Jahanian
2010-09-03Cope with llvm's reference to bool type of 'i1' vs. clang'sFariborz Jahanian
2010-05-20Support implicitly closing on 'this' in a block. Fixed PR7165.John McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-26A block that returns a reference is an lvalue.Anders Carlsson
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-04instead of forcing blocks on by default, make them default to off, but letChris Lattner
2008-12-01Fix RUN lineDouglas Gregor
2008-12-01Test blocks in C++ modeDouglas Gregor