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
...
*
When replacing a template-id expression with a declaration reference expressi...
Douglas Gregor
2009-10-22
1
-3
/
+12
*
Don't (directly) call RequireCompleteType with an invalid source location.
Douglas Gregor
2009-10-21
1
-8
/
+13
*
Don't generate pointer types for void or base classes when finding
Douglas Gregor
2009-10-21
1
-27
/
+11
*
Change FixOverloadedFunctionReference to return a (possibly new) expression. ...
Anders Carlsson
2009-10-21
1
-11
/
+19
*
Improve diagnostics and template instantiation behavior when calling
Douglas Gregor
2009-10-21
1
-24
/
+26
*
Change ResolveAddressOfOverloadedFunction to support TemplateIdRefExpr. No te...
Anders Carlsson
2009-10-20
1
-4
/
+17
*
Moved comment to its proper place in my last patch.
Fariborz Jahanian
2009-10-20
1
-3
/
+3
*
Patch implements ranking conversions between member pointers [over.ics.rank]
Fariborz Jahanian
2009-10-20
1
-7
/
+36
*
Remove default argument for ImpCastExprToType. Add appropriate argument
Eli Friedman
2009-10-20
1
-1
/
+1
*
Builtin candidate minimization for
Fariborz Jahanian
2009-10-20
1
-6
/
+7
*
Add the built-in candidate set reduction hueristic
Fariborz Jahanian
2009-10-19
1
-8
/
+11
*
Copy conversion of an expression to its base class
Fariborz Jahanian
2009-10-19
1
-0
/
+12
*
When resolving the address of an overloaded function or function template, ma...
Sebastian Redl
2009-10-17
1
-11
/
+20
*
Don't add implicit casts of explicit address-taking of overloaded functions.
Sebastian Redl
2009-10-17
1
-3
/
+7
*
Patch to clean up and improve visual display of
Fariborz Jahanian
2009-10-16
1
-7
/
+14
*
Use VisibleQuals to control setting of Volatile/Restrict qualifiers on
Fariborz Jahanian
2009-10-16
1
-7
/
+15
*
Apply heuristics to cut back on number of candidate
Fariborz Jahanian
2009-10-15
1
-16
/
+95
*
Implement support for overloaded operator uses that result to a call
Douglas Gregor
2009-10-14
1
-4
/
+15
*
Check the return type of binary operators and the arrow operator.
Anders Carlsson
2009-10-13
1
-7
/
+20
*
More return type checking.
Anders Carlsson
2009-10-13
1
-0
/
+4
*
Diagnose invalid return types for unary operators.
Anders Carlsson
2009-10-13
1
-6
/
+10
*
Handle built-in unary operators when reporting ambiguities.
Fariborz Jahanian
2009-10-12
1
-12
/
+17
*
If built-in operators could not be selected because of ambiguity in
Fariborz Jahanian
2009-10-12
1
-2
/
+31
*
Check that the return type is complete when calling a member function.
Anders Carlsson
2009-10-10
1
-0
/
+5
*
Add CheckCallReturnType and start using it for regular call expressions. This...
Anders Carlsson
2009-10-09
1
-4
/
+4
*
Add some FIXMEs
Douglas Gregor
2009-10-09
1
-0
/
+2
*
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-10-09
1
-4
/
+5
*
Produce good looking diagnostics on ambiguous built-in operators.
Fariborz Jahanian
2009-10-09
1
-8
/
+6
*
Use the new API for applying the qualifiers on built-in '->*'
Fariborz Jahanian
2009-10-09
1
-5
/
+3
*
Improve on reporting ambiguity involving built-in candidates.
Fariborz Jahanian
2009-10-09
1
-10
/
+9
*
Handle MemberExprs in ResolveAddressOfOverloadedFunction.
Anders Carlsson
2009-10-07
1
-0
/
+3
*
When building candidate set for built-ins; when looking for
Fariborz Jahanian
2009-10-07
1
-2
/
+1
*
Removed couple of unnecessary canonicalization
Fariborz Jahanian
2009-10-07
1
-2
/
+2
*
Patch to implement C++ [over.built]p11 of overload resolution.
Fariborz Jahanian
2009-10-06
1
-1
/
+39
*
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
1
-3
/
+3
*
Refixed pr5086 by letting Expr::isNullPointerConstant
Fariborz Jahanian
2009-10-06
1
-3
/
+0
*
enumerator value of 0 is not a null pointer constant for
Fariborz Jahanian
2009-10-01
1
-0
/
+3
*
Patch to implement static casting which requires one
Fariborz Jahanian
2009-10-01
1
-5
/
+14
*
When overload resolution fails for an overloaded operator, show the
Douglas Gregor
2009-09-30
1
-10
/
+24
*
Note location of operators caused the circularity.
Fariborz Jahanian
2009-09-30
1
-1
/
+1
*
Fixes a nasty bug which only turned up in 32bit build of clang and
Fariborz Jahanian
2009-09-29
1
-1
/
+7
*
Define and use a helper method to call a type conversion
Fariborz Jahanian
2009-09-28
1
-8
/
+3
*
Minor API change. No change in functionality.
Fariborz Jahanian
2009-09-28
1
-1
/
+1
*
Multiple conversions to the same type are ambiguous but for the
Fariborz Jahanian
2009-09-28
1
-4
/
+14
*
Patch for AST representation for the implicit conversion to a function
Fariborz Jahanian
2009-09-28
1
-6
/
+12
*
Don't allow the same function to enter the overload candidate set
Douglas Gregor
2009-09-28
1
-8
/
+42
*
Yet another simplifying use of Sema::getMostSpecialized
Douglas Gregor
2009-09-26
1
-46
/
+16
*
Fix checking for a null pointer constant when the expression itself is
Douglas Gregor
2009-09-25
1
-5
/
+13
*
WIP implementation of explicit function template specialization. This
Douglas Gregor
2009-09-24
1
-0
/
+3
*
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-24
1
-43
/
+52
[prev]
[next]