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
/
SemaTemplate
/
constructor-template.cpp
Age
Commit message (
Expand
)
Author
2010-11-08
Improve our handling of C++ [class.copy]p3, which specifies that a
Douglas Gregor
2010-04-17
Improve our handling of user-defined conversions as part of overload
Douglas Gregor
2010-01-06
Improve the diagnostics used to report implicitly-generated class members
John McCall
2009-12-18
Switch the initialization required by return statements over to the
Douglas Gregor
2009-12-16
Introduce a centralized routine in Sema for diagnosing failed lookups (when
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Improve template instantiation for object constructions in several ways:
Douglas Gregor
2009-11-18
Improve on diagnosing type mismatches because of
Fariborz Jahanian
2009-11-14
If we attempt to add a constructor template specialization that looks
Douglas Gregor
2009-11-13
Revert r88718, which does NOT solve the constructor-template-as-copy-construc...
Douglas Gregor
2009-11-13
A constructor template cannot be instantiated to a copy
Douglas Gregor
2009-11-03
Introduce a new class, UnqualifiedId, that provides a parsed
Douglas Gregor
2009-09-15
Commit test case from PR4655, which tests the canonical-types fix in r81913
Douglas Gregor
2009-09-15
Add an assertion and a test case, in a fruitless attempt to track down an exi...
Douglas Gregor
2009-08-24
Make sure to adjust function template declarations to their templated
Douglas Gregor
2009-08-21
Introduce support for constructor templates, which can now be declared
Douglas Gregor