index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
overload-member-call.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-4
/
+4
*
Rework base and member initialization in constructors, with several
Douglas Gregor
2010-01-31
1
-1
/
+1
*
Improve overload diagnostics some more by calling out qualifier mismatches
John McCall
2010-01-14
1
-2
/
+7
*
Improve the diagnostic for bad conversions in overload resolution to talk
John McCall
2010-01-14
1
-2
/
+8
*
Record some basic information about bad conversion sequences. Use that
John McCall
2010-01-13
1
-0
/
+19
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Make sure to grab CVR qualifiers from the canonical type. ARGH!
Douglas Gregor
2009-11-05
1
-0
/
+12
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Make one expected-diag directive match exactly one actual diagnostic.
Sebastian Redl
2009-02-07
1
-5
/
+5
*
Update C++ status and add a few more tests of overloading for member function...
Douglas Gregor
2009-01-12
1
-0
/
+17
*
Add support for calls to overloaded member functions. Things to note:
Douglas Gregor
2008-12-22
1
-0
/
+39