index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaOverload.h
Age
Commit message (
Expand
)
Author
2009-12-09
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-09
Implemented an implicit conversion from "noreturn" function types (and
Douglas Gregor
2009-11-06
This patch implements Sema for clause 13.3.3.1p4.
Fariborz Jahanian
2009-09-28
Don't allow the same function to enter the overload candidate set
Douglas Gregor
2009-09-23
Produce detailed diagnostics when overload
Fariborz Jahanian
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-04-16
Fix a crash bug when comparing overload quality of conversion operators with ...
Sebastian Redl
2009-03-29
Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f...
Sebastian Redl
2009-03-28
Revert Sebastian's rvalue patch (r67870) since it caused test failures in
Anders Carlsson
2009-03-27
Better overload resolution for rvalue references.
Sebastian Redl
2009-02-12
Introduce _Complex conversions into the function overloading
Douglas Gregor
2009-02-11
Initial implementation of function overloading in C.
Douglas Gregor
2008-12-22
Add support for calls to overloaded member functions. Things to note:
Douglas Gregor
2008-12-19
Allow downcasts of pointers to Objective-C interfaces, with a
Douglas Gregor
2008-11-19
Implement the rest of C++ [over.call.object], which permits the object
Douglas Gregor
2008-11-12
Implement support for operator overloading using candidate operator
Douglas Gregor
2008-11-07
Initial, partially-baked support for implicit user-defined conversions by con...
Douglas Gregor
2008-11-03
Standard conversion sequences now have a CopyConstructor field, to
Douglas Gregor
2008-10-31
Implement basic support for converting constructors in user-defined
Douglas Gregor
2008-10-29
Implement overloading rules for reference binding
Douglas Gregor
2008-10-29
Tweak Sema::CheckReferenceInit so that it (optionally) computes an
Douglas Gregor
2008-10-23
Add support for conversions from a pointer-to-derived to a
Douglas Gregor
2008-10-22
Implement ranking of standard conversion sequences by their qualification
Douglas Gregor
2008-10-21
Preliminary support for function overloading
Douglas Gregor