summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/blocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Fix an assert when a block captures a constexpr localErik Pilkington2019-03-261-0/+8
* Fix an assertion when ending a function definition.John McCall2014-11-181-0/+45
* Fix a crash-on-valid where a block capture copy expression wasJohn McCall2013-03-221-1/+19
* When possible, move __block variables to the heap rather than copying them.Douglas Gregor2013-03-071-1/+14
* 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