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
/
SemaCXX
/
aggregate-initialization.cpp
Age
Commit message (
Expand
)
Author
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-01-24
Use new initialization code when dealing with [dcl.init.aggr]p12. This fixes ...
Anders Carlsson
2010-01-23
Use the new init code for member subobjects.
Anders Carlsson
2010-01-23
Switch some array initialization over to the new init code.
Anders Carlsson
2010-01-23
Baby steps towards migrating the InitListChecker over to the new initializati...
Anders Carlsson
2010-01-06
Add testcase for PR5817, although the bug was already fixed
Douglas Gregor
2009-12-22
Switch file-scope assignment initialization over to InitializationSequence.
Eli Friedman
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-11-06
Sema-check virtual declarations. Complete dynamic_cast checking.
Sebastian Redl
2008-11-05
Keep track of whether a C++ class is an aggregate. Don't allow initialization...
Douglas Gregor