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