summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/blocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix C++ testcase I forgot to add to r316689.Adrian Prantl2017-10-261-1/+0
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-3/+3
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-2/+2
* Update test to be ready for typeless pointer changesDavid Blaikie2015-02-151-1/+1
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-14/+14
* Bugfix/Followup for r177086.Adrian Prantl2013-03-291-1/+1
* Fix a crash-on-valid where a block capture copy expression wasJohn McCall2013-03-221-0/+25
* Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl2013-03-141-2/+4
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-3/+3
* Two minor, related fixes for template instantiation with blocks:Douglas Gregor2012-02-241-0/+15
* constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,Richard Smith2012-01-141-0/+8
* Be sure to insulate block literals from any cleanups in theirJohn McCall2011-11-111-0/+25
* Whenever explicitly activating or deactivating a cleanup, weJohn McCall2011-11-101-1/+1
* Fix a subtle bug with cleanups: when activatingJohn McCall2011-11-101-0/+50
* Somehow I fouled up this test.John McCall2011-08-171-2/+0
* Gather cleanups correctly in block return statements.John McCall2011-08-171-0/+26
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* When block-capturing a variable with a non-trivial destructor,John McCall2011-04-281-0/+17
* After much contemplation, I've decided that we probably shouldn't "unique"John McCall2011-03-311-0/+32
* Extend the const capture optimization to C++ record types with noJohn McCall2011-02-081-0/+47
* When copy-capturing values for a nested capture, use a BlockDeclRefExpr.John McCall2011-02-071-0/+10