3ea9e33ea25e0c2b12db56418ba3f994eb662c04 |
|
08-Apr-2015 |
Pirama Arumuga Nainar <pirama@google.com> |
Update aosp/master clang for rebase to r233350 Change-Id: I12d4823f10bc9e445b8b86e7721b71f98d1df442
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
6bcf27bb9a4b5c3f79cb44c0e4654a6d7619ad89 |
|
29-May-2014 |
Stephen Hines <srhines@google.com> |
Update Clang for 3.5 rebase (r209713). Change-Id: I8c9133b0f8f776dc915f270b60f94962e771bc83
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
c7213b718d228b7e3595e58dfe4ce8758617f93c |
|
08-Nov-2013 |
David Majnemer <david.majnemer@gmail.com> |
Fix tests effected by r194221 GEP expressions were folded differently from before, change the tests to reflect this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194243 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
802e22682c17c4a9df3f747abd224db38e382e39 |
|
02-Feb-2013 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Don't forget to run destructors when we create an array temporary of class type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174257 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
5f9a7e31d038843f1d3a5e2544fc365ffd563951 |
|
12-Nov-2012 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with internal linkage, no uses, trivial construction, and nontrivial destruction were not emitted. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167756 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
1664d540d1524f0faffd2f839fccb56178975c60 |
|
22-Apr-2012 |
Richard Smith <richard-llvm@metafoo.co.uk> |
PR12571: Objects of type clang::ConstantArrayType aren't always emitted with type llvm::ArrayType -- sometimes we emit them as packed structs. Don't assert if such a global array has an element type with a non-trivial destructor. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155305 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
762bb9d0ad20320b9f97a841dce57ba5e8e48b07 |
|
14-Oct-2011 |
Richard Smith <richard-llvm@metafoo.co.uk> |
Update all tests other than Driver/std.cpp to use -std=c++11 rather than -std=c++0x. Patch by Ahmed Charles! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141900 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
5a2675d23796e8b75089acc8199b60ab61c2a19f |
|
04-Jun-2011 |
Galina Kistanova <gkistanova@gmail.com> |
These tests require particular registered targets. Declared as such. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132623 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
3b29901b1d106789e04ce8c4cdfebe72b251db4b |
|
18-Dec-2009 |
Sean Callanan <scallanan@apple.com> |
Testcase fixes to reflect instruction table changes in the LLVM backend (http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20091214/092780.html) The instruction fixes were checked and approved by Chris Lattner, but these testcase fixes are mine; please yell at me if there are any problems with either. * PR5050-constructor-conversion.cpp * array-construction.cpp * constructor-conversion.cpp * cast-conversion.cpp * constructor-default-arg.cpp * derived-to-base-conv.cpp * ptr-to-member-function.cpp * call-arg-zero-temp.cpp * default-destructor-synthesis.cpp * global-array-destruction.cpp * array-operator-delete-call.cpp * decl-ref-init.cpp * default-constructor-for-members.cpp * convert-to-fptr.cpp * constructor-for-array-members.cpp * conversion-function.cpp * objc-read-weak-byref.m Fixed testcase to reflect call qualifier git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91640 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
a5728872c7702ddd09537c95bc3cbd20e1f2fb09 |
|
15-Dec-2009 |
Daniel Dunbar <daniel@zuster.org> |
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|
88f4280f6b60edcbdea6a38a3da8b17d66473ad6 |
|
10-Nov-2009 |
Fariborz Jahanian <fjahanian@apple.com> |
This patch implements Code gen. for destruction of global array of objects. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86701 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGenCXX/global-array-destruction.cpp
|