summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/global-array-destruction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow constexpr construction of subobjects unconditionally, not just in C++14.David L. Jones2017-01-091-3/+3
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* AST: Update reference temporary manglingDavid Majnemer2014-05-061-2/+2
* Fix tests effected by r194221David Majnemer2013-11-081-1/+1
* Don't forget to run destructors when we create an array temporary of class type.Richard Smith2013-02-021-0/+9
* Remove abuse of hasTrivial*, and fix miscompile wherein global arrays withRichard Smith2012-11-121-0/+8
* PR12571: Objects of type clang::ConstantArrayType aren't always emitted withRichard Smith2012-04-221-11/+22
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* These tests require particular registered targets. Declared as such.Galina Kistanova2011-06-041-0/+1
* Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan2009-12-181-8/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* This patch implements Code gen. for destruction ofFariborz Jahanian2009-11-101-0/+33