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
/
copy-initialization.cpp
Age
Commit message (
Expand
)
Author
2012-02-11
Implement core issue 5: a temporary created for copy-initialization has a
Richard Smith
2010-11-16
Improve diagnostic for calling non-const method on const object. Fixes rdar:/...
Argyrios Kyrtzidis
2010-11-12
When performing initialization of a copy of a temporary object, use
Douglas Gregor
2010-09-05
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-04-18
Do not consider explicit constructors when performing a copy to a
Douglas Gregor
2010-04-17
Improve our handling of user-defined conversions as part of overload
Douglas Gregor
2010-04-02
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-19
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
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
2009-02-19
Provide a proper source location when building an implicit dereference. Fixes...
Douglas Gregor
2008-12-24
Correct the order in which we cope with end-of-class-definition
Douglas Gregor
2008-11-22
Implement a %plural modifier for complex plural forms in diagnostics. Use it ...
Sebastian Redl
2008-11-05
Implement C++ copy-initialization for declarations. There is now some
Douglas Gregor