aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/global-array-destruction.cpp
AgeCommit message (Expand)Author
2013-02-02Don't forget to run destructors when we create an array temporary of class type.Richard Smith
2012-11-12Remove abuse of hasTrivial*, and fix miscompile wherein global arrays withRichard Smith
2012-04-22PR12571: Objects of type clang::ConstantArrayType aren't always emitted withRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-06-04These tests require particular registered targets. Declared as such.Galina Kistanova
2009-12-18Testcase fixes to reflect instruction table changes in the LLVM backendSean Callanan
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-10This patch implements Code gen. for destruction ofFariborz Jahanian