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
*
Improve location information when adding conversion candidates
Douglas Gregor
2009-11-17
1
-2
/
+2
*
Store "sugared" decls in LookupResults (i.e. decl aliases like using declarat...
John McCall
2009-11-17
1
-24
/
+32
*
Carry lookup configuration throughout lookup on the LookupResult. Give
John McCall
2009-11-17
1
-7
/
+11
*
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
1
-24
/
+23
*
When looking for operator() to type-check a call to an object of class
Douglas Gregor
2009-11-15
1
-7
/
+9
*
- Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...
Sebastian Redl
2009-11-14
1
-3
/
+7
*
If we attempt to add a constructor template specialization that looks
Douglas Gregor
2009-11-14
1
-2
/
+13
*
Revert r88718, which does NOT solve the constructor-template-as-copy-construc...
Douglas Gregor
2009-11-13
1
-3
/
+1
*
A constructor template cannot be instantiated to a copy
Douglas Gregor
2009-11-13
1
-1
/
+3
*
When performing copy initialization (= "implicit conversion", here) to
Douglas Gregor
2009-11-13
1
-5
/
+10
*
When comparing template parameter lists, distinguish between three cases:
Douglas Gregor
2009-11-12
1
-1
/
+1
*
Make sure that Type::getAs<ArrayType>() (or Type::getAs<subclass of
Douglas Gregor
2009-11-09
1
-1
/
+1
*
For array pointee type, get its cvr qualifier from
Fariborz Jahanian
2009-11-09
1
-0
/
+2
*
Make sure that we instantiate default function arguments for an
Douglas Gregor
2009-11-09
1
-1
/
+8
*
Cope with calls to operator() templates. Fixes PR5419.
Douglas Gregor
2009-11-07
1
-1
/
+9
*
This patch implements Sema for clause 13.3.3.1p4.
Fariborz Jahanian
2009-11-06
1
-2
/
+9
*
When collecting types for built-in candidates, make arrays decay to pointers....
Sebastian Redl
2009-11-05
1
-0
/
+4
*
Fixed two places where we needed to force completion of a type
Douglas Gregor
2009-11-05
1
-2
/
+4
*
When instantiating a UnaryOperator, allow the resulting expression to
Douglas Gregor
2009-11-05
1
-5
/
+14
*
Make sure to grab CVR qualifiers from the canonical type. ARGH!
Douglas Gregor
2009-11-05
1
-2
/
+2
*
We may need to instantiate a class template specialization as part of a deriv...
Douglas Gregor
2009-10-29
1
-0
/
+1
*
Properly instantiate usage of overloaded operator []. Fixes PR5345.
Sebastian Redl
2009-10-29
1
-0
/
+128
*
Track source information for template arguments and template specialization
John McCall
2009-10-29
1
-7
/
+7
*
Audit the code for places where it is assumed that every base specifier refer...
Sebastian Redl
2009-10-25
1
-4
/
+3
*
Fix overload resolution when calling a member template or taking the
Douglas Gregor
2009-10-24
1
-3
/
+17
*
Migrate Sema::ActOnCallExpr to Sema::FixOverloadedFunctionReference,
Douglas Gregor
2009-10-23
1
-4
/
+17
*
Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de...
Sebastian Redl
2009-10-23
1
-2
/
+2
*
Eliminate QualifiedDeclRefExpr, which captured the notion of a
Douglas Gregor
2009-10-23
1
-23
/
+26
*
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
[next]