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.cpp
Age
Commit message (
Expand
)
Author
2008-11-18
Partial expansion of C++ operator overloading (for binary operators)
Douglas Gregor
2008-11-18
start converting Sema over to using its canonical Diag method.
Chris Lattner
2008-11-17
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-13
Some cleanup for the implementation of built-in operator
Douglas Gregor
2008-11-12
Implement support for operator overloading using candidate operator
Douglas Gregor
2008-11-10
Basic support for taking the address of an overloaded function
Douglas Gregor
2008-11-10
Remove an out-of-date FIXME
Douglas Gregor
2008-11-07
Initial, partially-baked support for implicit user-defined conversions by con...
Douglas Gregor
2008-11-04
Some cleanup of the cast checkers. Don't canonicalize types when not needed. ...
Sebastian Redl
2008-11-03
Implicit support for direct initialization of objects of class type, e.g.,
Douglas Gregor
2008-11-03
Standard conversion sequences now have a CopyConstructor field, to
Douglas Gregor
2008-11-03
Add implicitly-declared default and copy constructors to C++ classes,
Douglas Gregor
2008-10-31
Implement basic support for converting constructors in user-defined
Douglas Gregor
2008-10-31
Implement semantic checking of static_cast and dynamic_cast.
Sebastian Redl
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-29
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-10-24
Some cleanups for the ambiguous derived-to-base conversion checks
Douglas Gregor
2008-10-24
First non-embarrassing cut at checking for ambiguous derived-to-base
Douglas Gregor
2008-10-23
Add support for conversions from a pointer-to-derived to a
Douglas Gregor
2008-10-22
Add representation of base classes in the AST, and verify that we
Douglas Gregor
2008-10-22
QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we
Douglas Gregor
2008-10-22
Implement ranking of standard conversion sequences by their qualification
Douglas Gregor
2008-10-22
Fix a thinko in the qualification-conversion check when the qualificaitons ar...
Douglas Gregor
2008-10-21
Initial step toward supporting qualification conversions (C++ 4.4).
Douglas Gregor
2008-10-21
Preliminary support for function overloading
Douglas Gregor
[prev]