summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/blocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud