llvm-project/lldb/test/lang
Daniel Malea c6a70063cb Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GCC compiler bug.
Turns out unnamed bit fields should not be accessed ever in C (C99 section 4.7.8) or C++
(C++11 section 9.6). 

Unrelated to the above, this commit marks TestBitfields as expected-to-fail with GCC as 4.7
has problems with padding... the size of the struct with a uint32_t member is reported as 12
when GCC is used. Clang emits correct code.

Parts of this patch prepared by Filipe Cabecinhas!

llvm-svn: 175666
2013-02-20 21:11:20 +00:00
..
c Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GCC compiler bug. 2013-02-20 21:11:20 +00:00
cpp A few more GCC specific test fixes as per logged PRs: 2013-02-19 19:54:16 +00:00
objc NSWindows should only be created after you have an NSApplication 2013-02-19 00:39:59 +00:00
objcxx/sample Add a suffix rule for compiling objc++ files and a sample directory under test/lang/objcxx. 2012-04-24 23:05:07 +00:00