hanchenye-llvm-project/clang/test/Layout
David Blaikie abe1a398e3 Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )')
For namespaces, this is consistent with mangling and GCC's debug info
behavior. For structs, GCC uses <anonymous struct> but we prefer
consistency between all anonymous entities but don't want to confuse
them with template arguments, etc, so we'll just go with parens in all
cases.

llvm-svn: 205398
2014-04-02 05:58:29 +00:00
..
ms-x86-alias-avoidance-padding.cpp Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )') 2014-04-02 05:58:29 +00:00
ms-x86-aligned-tail-padding.cpp [MS-ABI] Drop Special Layout in 64-bit mode. 2014-03-24 21:37:27 +00:00
ms-x86-basic-layout.cpp [MS-ABI] Drop Special Layout in 64-bit mode. 2014-03-24 21:37:27 +00:00
ms-x86-bitfields-vbases.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
ms-x86-empty-base-after-base-with-vbptr.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
ms-x86-empty-nonvirtual-bases.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
ms-x86-empty-virtual-base.cpp [MS-ABI] Drop Special Layout in 64-bit mode. 2014-03-24 21:37:27 +00:00
ms-x86-lazy-empty-nonvirtual-base.cpp [MS-ABI] Drop Special Layout in 64-bit mode. 2014-03-24 21:37:27 +00:00
ms-x86-member-pointers.cpp [ms-cxxabi] Raise aggregate memptr alignment to 8 for x86_32 2014-01-31 22:28:50 +00:00
ms-x86-misalignedarray.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
ms-x86-pack-and-align.cpp MS ABI: Fix some layout tests 2014-02-15 01:09:56 +00:00
ms-x86-primary-bases.cpp -fdump-record-layouts: Sort nvbases by offset before printing them 2014-02-28 01:03:09 +00:00
ms-x86-size-alignment-fail.cpp Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
ms-x86-vfvb-alignment.cpp [MS-ABI] Drop Special Layout in 64-bit mode. 2014-03-24 21:37:27 +00:00
ms-x86-vfvb-sharing.cpp [MS-ABI] Drop Special Layout in 64-bit mode. 2014-03-24 21:37:27 +00:00
ms-x86-vtordisp.cpp Fix some -Wdocumentation warnings in Sema.h and try to fix test for win64 2014-02-13 00:22:04 +00:00