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
/
default-constructor-initializers.cpp
Age
Commit message (
Expand
)
Author
2011-05-17
Implement some tests for defaulted constructors. To do this I had to
Sean Hunt
2010-08-23
Relax the construction of a definition for implicit, trivial default
Chandler Carruth
2010-04-23
Change the 'declared at' diagnostic to say 'declared here'.
Anders Carlsson
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-10-08
Fix up error reporting when object cannot be constructed
Fariborz Jahanian
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-07-09
Pass the DeclName to the diagnostic builder so that member names will be quot...
Anders Carlsson
2009-06-22
Fixed text of a diagnostics.
Fariborz Jahanian
2009-06-20
Made improvements in c++'s object model patch on Doug's review.
Fariborz Jahanian