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
/
lib
/
Sema
/
SemaOverload.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduction the DeclarationName class, as a single, general method of
Douglas Gregor
2008-11-17
1
-1
/
+1
*
Some cleanup for the implementation of built-in operator
Douglas Gregor
2008-11-13
1
-7
/
+45
*
Implement support for operator overloading using candidate operator
Douglas Gregor
2008-11-12
1
-4
/
+581
*
Basic support for taking the address of an overloaded function
Douglas Gregor
2008-11-10
1
-3
/
+112
*
Remove an out-of-date FIXME
Douglas Gregor
2008-11-10
1
-1
/
+0
*
Initial, partially-baked support for implicit user-defined conversions by con...
Douglas Gregor
2008-11-07
1
-3
/
+135
*
Some cleanup of the cast checkers. Don't canonicalize types when not needed. ...
Sebastian Redl
2008-11-04
1
-0
/
+1
*
Implicit support for direct initialization of objects of class type, e.g.,
Douglas Gregor
2008-11-03
1
-2
/
+3
*
Standard conversion sequences now have a CopyConstructor field, to
Douglas Gregor
2008-11-03
1
-30
/
+61
*
Add implicitly-declared default and copy constructors to C++ classes,
Douglas Gregor
2008-11-03
1
-15
/
+25
*
Implement basic support for converting constructors in user-defined
Douglas Gregor
2008-10-31
1
-32
/
+160
*
Implement semantic checking of static_cast and dynamic_cast.
Sebastian Redl
2008-10-31
1
-13
/
+25
*
Implement overloading rules for reference binding
Douglas Gregor
2008-10-29
1
-15
/
+101
*
Tweak Sema::CheckReferenceInit so that it (optionally) computes an
Douglas Gregor
2008-10-29
1
-5
/
+5
*
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-10-29
1
-33
/
+82
*
Some cleanups for the ambiguous derived-to-base conversion checks
Douglas Gregor
2008-10-24
1
-3
/
+3
*
First non-embarrassing cut at checking for ambiguous derived-to-base
Douglas Gregor
2008-10-24
1
-1
/
+30
*
Add support for conversions from a pointer-to-derived to a
Douglas Gregor
2008-10-23
1
-7
/
+138
*
Add representation of base classes in the AST, and verify that we
Douglas Gregor
2008-10-22
1
-2
/
+2
*
QualType::isMoreQualifiedThan and isAtLeastAsQualifiedAs assert that we
Douglas Gregor
2008-10-22
1
-0
/
+1
*
Implement ranking of standard conversion sequences by their qualification
Douglas Gregor
2008-10-22
1
-36
/
+116
*
Fix a thinko in the qualification-conversion check when the qualificaitons ar...
Douglas Gregor
2008-10-22
1
-1
/
+1
*
Initial step toward supporting qualification conversions (C++ 4.4).
Douglas Gregor
2008-10-21
1
-4
/
+95
*
Preliminary support for function overloading
Douglas Gregor
2008-10-21
1
-0
/
+903