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-call.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Record some basic information about bad conversion sequences. Use that
John McCall
2010-01-13
1
-2
/
+8
*
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-13
1
-1
/
+1
*
Reorganize some of the code to note overload candidates. Improves the
John McCall
2010-01-12
1
-0
/
+10
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Don't assume that all conversions to a void pointer are converting
Douglas Gregor
2009-12-13
1
-0
/
+10
*
First pass at implementing C++ enum semantics: calculate (and store) an
John McCall
2009-12-09
1
-1
/
+1
*
When we encounter a derived-to-base conversion when performing an
Douglas Gregor
2009-11-06
1
-0
/
+13
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
In C++, set the type of each of the enumerators in an enumeration to
Douglas Gregor
2008-12-12
1
-3
/
+3
*
Test conversion from apointer to incomplete type to void* in C++
Douglas Gregor
2008-11-26
1
-1
/
+4
*
Simplify and correct the check for function redefinitions. This does two things:
Douglas Gregor
2008-10-29
1
-2
/
+2
*
Implement overloading rules for reference binding
Douglas Gregor
2008-10-29
1
-0
/
+22
*
Tweak Sema::CheckReferenceInit so that it (optionally) computes an
Douglas Gregor
2008-10-29
1
-0
/
+28
*
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-10-29
1
-0
/
+11
*
Add support for conversions from a pointer-to-derived to a
Douglas Gregor
2008-10-23
1
-0
/
+29
*
Implement ranking of standard conversion sequences by their qualification
Douglas Gregor
2008-10-22
1
-1
/
+22
*
Fix a thinko in the qualification-conversion check when the qualificaitons ar...
Douglas Gregor
2008-10-22
1
-0
/
+29
*
Preliminary support for function overloading
Douglas Gregor
2008-10-21
1
-0
/
+137
[prev]