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-member-call.cpp
Age
Commit message (
Expand
)
Author
2013-01-26
Fix mismatch between pointer and pointee type when diagnosing an incorrect
Richard Smith
2012-05-15
Further improvement to wording of overload resolution diagnostics, and including
Richard Smith
2012-05-11
PR11857: When the wrong number of arguments are provided for a function
Richard Smith
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2010-09-05
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-09-05
make clang print types as "const int *" instead of "int const*",
Chris Lattner
2010-03-10
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-01-31
Rework base and member initialization in constructors, with several
Douglas Gregor
2010-01-14
Improve overload diagnostics some more by calling out qualifier mismatches
John McCall
2010-01-14
Improve the diagnostic for bad conversions in overload resolution to talk
John McCall
2010-01-13
Record some basic information about bad conversion sequences. Use that
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-05
Make sure to grab CVR qualifiers from the canonical type. ARGH!
Douglas Gregor
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-07
Make one expected-diag directive match exactly one actual diagnostic.
Sebastian Redl
2009-01-12
Update C++ status and add a few more tests of overloading for member function...
Douglas Gregor
2008-12-22
Add support for calls to overloaded member functions. Things to note:
Douglas Gregor