index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
/
SemaOverload.cpp
Age
Commit message (
Expand
)
Author
2009-10-20
Patch implements ranking conversions between member pointers [over.ics.rank]
Fariborz Jahanian
2009-10-20
Remove default argument for ImpCastExprToType. Add appropriate argument
Eli Friedman
2009-10-20
Builtin candidate minimization for
Fariborz Jahanian
2009-10-19
Add the built-in candidate set reduction hueristic
Fariborz Jahanian
2009-10-19
Copy conversion of an expression to its base class
Fariborz Jahanian
2009-10-17
When resolving the address of an overloaded function or function template, ma...
Sebastian Redl
2009-10-17
Don't add implicit casts of explicit address-taking of overloaded functions.
Sebastian Redl
2009-10-16
Patch to clean up and improve visual display of
Fariborz Jahanian
2009-10-16
Use VisibleQuals to control setting of Volatile/Restrict qualifiers on
Fariborz Jahanian
2009-10-15
Apply heuristics to cut back on number of candidate
Fariborz Jahanian
2009-10-14
Implement support for overloaded operator uses that result to a call
Douglas Gregor
2009-10-13
Check the return type of binary operators and the arrow operator.
Anders Carlsson
2009-10-13
More return type checking.
Anders Carlsson
2009-10-13
Diagnose invalid return types for unary operators.
Anders Carlsson
2009-10-12
Handle built-in unary operators when reporting ambiguities.
Fariborz Jahanian
2009-10-12
If built-in operators could not be selected because of ambiguity in
Fariborz Jahanian
2009-10-10
Check that the return type is complete when calling a member function.
Anders Carlsson
2009-10-09
Add CheckCallReturnType and start using it for regular call expressions. This...
Anders Carlsson
2009-10-09
Add some FIXMEs
Douglas Gregor
2009-10-09
Refactor the LookupResult API to simplify most common operations. Require us...
John McCall
2009-10-09
Produce good looking diagnostics on ambiguous built-in operators.
Fariborz Jahanian
2009-10-09
Use the new API for applying the qualifiers on built-in '->*'
Fariborz Jahanian
2009-10-09
Improve on reporting ambiguity involving built-in candidates.
Fariborz Jahanian
2009-10-07
Handle MemberExprs in ResolveAddressOfOverloadedFunction.
Anders Carlsson
2009-10-07
When building candidate set for built-ins; when looking for
Fariborz Jahanian
2009-10-07
Removed couple of unnecessary canonicalization
Fariborz Jahanian
2009-10-06
Patch to implement C++ [over.built]p11 of overload resolution.
Fariborz Jahanian
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
Refixed pr5086 by letting Expr::isNullPointerConstant
Fariborz Jahanian
2009-10-01
enumerator value of 0 is not a null pointer constant for
Fariborz Jahanian
2009-10-01
Patch to implement static casting which requires one
Fariborz Jahanian
2009-09-30
When overload resolution fails for an overloaded operator, show the
Douglas Gregor
2009-09-30
Note location of operators caused the circularity.
Fariborz Jahanian
2009-09-29
Fixes a nasty bug which only turned up in 32bit build of clang and
Fariborz Jahanian
2009-09-28
Define and use a helper method to call a type conversion
Fariborz Jahanian
2009-09-28
Minor API change. No change in functionality.
Fariborz Jahanian
2009-09-28
Multiple conversions to the same type are ambiguous but for the
Fariborz Jahanian
2009-09-28
Patch for AST representation for the implicit conversion to a function
Fariborz Jahanian
2009-09-28
Don't allow the same function to enter the overload candidate set
Douglas Gregor
2009-09-26
Yet another simplifying use of Sema::getMostSpecialized
Douglas Gregor
2009-09-25
Fix checking for a null pointer constant when the expression itself is
Douglas Gregor
2009-09-24
WIP implementation of explicit function template specialization. This
Douglas Gregor
2009-09-24
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-23
Improve diagnostic location information when checking the initialization of a...
Douglas Gregor
2009-09-23
When code-completion after a "," is building an overload set, note
Douglas Gregor
2009-09-23
Produce detailed diagnostics when overload
Fariborz Jahanian
2009-09-22
Code refactoring and cleanup.
Fariborz Jahanian
2009-09-22
Issue good ambiguity diagnostic when convesion fails.
Fariborz Jahanian
2009-09-22
Implement code completion within a function call, triggered after the
Douglas Gregor
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
[prev]
[next]