summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/blocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Truncate block variable of bool type to i1 when itsFariborz Jahanian2010-09-031-0/+7
* Cope with llvm's reference to bool type of 'i1' vs. clang'sFariborz Jahanian2010-09-031-0/+20
* Support implicitly closing on 'this' in a block. Fixed PR7165.John McCall2010-05-201-0/+32
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* A block that returns a reference is an lvalue.Anders Carlsson2009-05-261-0/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* instead of forcing blocks on by default, make them default to off, but letChris Lattner2008-12-041-1/+1
* Fix RUN lineDouglas Gregor2008-12-011-1/+1
* Test blocks in C++ modeDouglas Gregor2008-12-011-0/+7
OpenPOWER on IntegriCloud