index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
anonymous-union-member-initializer.cpp
Age
Commit message (
Expand
)
Author
2012-08-08
Fix an assertion failure with a C++ constructor initializing a
Eli Friedman
2011-08-10
Rewrite default initialization of anonymous structs/unions within a
Douglas Gregor
2011-07-13
Eliminate an incomplete/incorrect attempt to provide support for C++0x
Douglas Gregor
2011-07-10
relax this test a bit to hopefully work with VC++
Chris Lattner
2011-07-10
keep track of whether being in a RS_StructPointer state
Chris Lattner
2011-07-10
Fix the clang bootstrap and Jay's testcase from llvm-dev by being completely
Chris Lattner
2011-04-12
Formatting.
John McCall
2011-02-26
Pretty up the emission of field l-values and use volatile and TBAA when
John McCall
2011-01-31
Amazing that there are still issues with the fields of anonymous struct/unions..
Argyrios Kyrtzidis
2011-01-31
Fix test that didn't actually test what it wanted to test.
Argyrios Kyrtzidis
2010-12-09
Fix PR8760: IndirectFieldDecl Type was not updated during template instantiat...
Francois Pichet
2010-08-16
Fix initialization for members of anonymous struct in a union.
Argyrios Kyrtzidis
2010-05-21
When emitting an lvalue for an anonymous struct or union member during
John McCall
2010-05-20
Be sure to apply initializers to members of anonymous structs and unions
John McCall
2010-05-03
When a class contains a non-empty anonymous union or struct, mark is
Douglas Gregor
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-09-02
Fix an assertion when initializing a union using a member initializer. (We we...
Anders Carlsson