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
/
value-initialization.cpp
Age
Commit message (
Expand
)
Author
2012-03-30
PR10217: Provide diagnostics explaining why an implicitly-deleted special
Richard Smith
2012-02-15
When overload resolution picks an implicitly-deleted special member
Douglas Gregor
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-05-20
Add a missing case for default constructor deletion.
Sean Hunt
2010-04-23
Change the 'declared at' diagnostic to say 'declared here'.
Anders Carlsson
2010-04-15
Warn about non-aggregate classes with no user-declared constructors
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-09
Add additional note to mark the cause of synthesized constructors. Mark
Eli Friedman
2009-11-09
Unify the codepaths used to verify base and member initializers for explicitly
Eli Friedman
2009-11-03
Remove previous patch for pr5296 due to further clarification
Fariborz Jahanian
2009-10-27
Generate constructor for value-initialization cases, even if the
Fariborz Jahanian