summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/value-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cut down unnecessary zero'ing when value-initializing arrays of C++ objects.Argyrios Kyrtzidis2011-04-281-0/+14
* When value-initializing the elements of an array not not included in the init...Argyrios Kyrtzidis2011-04-281-0/+41
* Cleanup tests, no functionality change.Anders Carlsson2011-04-171-1/+2
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-1/+1
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-1/+1
* add missing newlines at end of file.Chris Lattner2010-12-211-1/+1
* fix PR8726 by teaching the aggregate init optimization code to handle Chris Lattner2010-12-021-0/+13
* Preserve the zero-initialization and construction-kind settings whenDouglas Gregor2010-08-221-0/+26
* When performing value-initialization for a class with a non-trivial,Douglas Gregor2010-08-221-0/+18
* Fix a major regression with value-initialization of class types withDouglas Gregor2010-08-201-0/+27
* Inline a special case of EmitAggregateCopy into EmitNullInitializationJohn McCall2010-08-071-0/+18
* When explicitly building a temporary object (CXXTemporaryObjectExpr),Douglas Gregor2010-04-271-0/+26
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-041-1/+1
* Revert r100193 since it causes failures in objc in clangMon P Wang2010-04-021-1/+1
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-021-1/+1
* Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson2010-03-301-1/+1
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-1/+1
* Fix test case to unbreak testingDouglas Gregor2009-12-161-2/+2
* When value-initializing a class with no user-defined constructors butDouglas Gregor2009-12-161-0/+25
OpenPOWER on IntegriCloud