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
/
overload-call.cpp
Age
Commit message (
Expand
)
Author
2009-11-06
When we encounter a derived-to-base conversion when performing an
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-12
In C++, set the type of each of the enumerators in an enumeration to
Douglas Gregor
2008-11-26
Test conversion from apointer to incomplete type to void* in C++
Douglas Gregor
2008-10-29
Simplify and correct the check for function redefinitions. This does two things:
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-29
Implement initialization of a reference (C++ [dcl.init.ref]) as part
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-22
Fix a thinko in the qualification-conversion check when the qualificaitons ar...
Douglas Gregor
2008-10-21
Preliminary support for function overloading
Douglas Gregor