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
2010-04-18
When performing reference initialization for the purposes of overload
Douglas Gregor
2010-04-18
Binding a reference to an rvalue is a direct binding in C++0x but not
Douglas Gregor
2010-04-17
Improve our handling of user-defined conversions as part of overload
Douglas Gregor
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-16
Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversio...
Douglas Gregor
2010-04-16
Kill ForceRValue once and for all
Douglas Gregor
2010-04-16
Eliminate the ForceRValue parameter from TryCopyInitialization.
Douglas Gregor
2010-04-16
Move Sema::TryCopyInitialization into a static function in
Douglas Gregor
2010-04-16
Eliminate ForceRValue parameters from reference binding. Did I mention
Douglas Gregor
2010-04-16
Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate
Douglas Gregor
2010-04-16
Eliminate the ForceRValue parameter from most of Sema's Add*Candidate
Douglas Gregor
2010-04-16
Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's ...
Douglas Gregor
2010-04-16
Eliminate the default value for the UserCast parameter of Sema::IsUserDefined...
Douglas Gregor
2010-04-14
Always diagnose and complain about problems in
Douglas Gregor
2010-04-14
Thread a Scope pointer into BuildRecoveryCallExpr to help typo
Douglas Gregor
2010-04-13
Refactor and simplify the computation of implicit conversion sequences
Douglas Gregor
2010-04-13
When returning the result of a call to an object of class type, do not
Douglas Gregor
2010-04-12
Implement C++ [over.ics.user]p3, which restricts the final conversion
Douglas Gregor
2010-04-08
Fix a (bogus) uninitialized-member-of-local warning.
John McCall
2010-04-06
Implement the protected access restriction ([class.protected]), which requires
John McCall
2010-04-01
Overhaul checking of non-type template arguments that should refer to
Douglas Gregor
2010-03-31
Regularize support for naming conversion functions in using decls.
John McCall
2010-03-30
Propagate the "found declaration" (i.e. the using declaration instead of
John McCall
2010-03-29
Optimize PartialDiagnostic's memory-allocation behavior by placing a
Douglas Gregor
2010-03-26
Eliminate the non-InitializedEntity PerformCopyInitialization() and
Douglas Gregor
2010-03-19
Remember the "found declaration" for an overload candidate, which is the
John McCall
2010-03-16
Perform access control for the implicit base and member destructor calls
John McCall
2010-03-15
objective-c++ must take into account qualifiers when
Fariborz Jahanian
2010-03-03
Reinstate r97674 with a fix for the assertion that was firing in <list>
Douglas Gregor
2010-03-03
Revert r97674; it's causing failures
Douglas Gregor
2010-03-03
Implement disambiguation of base class members via a
Douglas Gregor
2010-02-28
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
Douglas Gregor
2010-02-25
Allow us to compare derived-to-base conversions between a reference
Douglas Gregor
2010-02-25
When comparing two method overload candidates during overload diagnostics,
John McCall
2010-02-25
Add a new conversion rank to classify conversions between complex and scalar
Chandler Carruth
2010-02-25
Catch more uses of uninitialized implicit conversion sequences.
John McCall
2010-02-22
Do not require a complete type when checking for a pointer conversion
Douglas Gregor
2010-02-21
A constructor template cannot be used to copy to an object of the same class ...
Douglas Gregor
2010-02-10
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-08
Thread a source location into the template-argument deduction routines. There
John McCall
2010-02-05
When adding ADL candidates for overloaded
Douglas Gregor
2010-02-04
Extract a common structure for holding information about the definition
John McCall
2010-02-03
Top-level const changes do not make a qualification conversion. Fixes PR6089.
Sebastian Redl
2010-02-02
Implement promotion for enumeration types.
Douglas Gregor
2010-02-02
Extract a common base class between UnresolvedLookupExpr and
John McCall
2010-02-02
Improve the diagnostic used when an incompatible overload set is passed
John McCall
2010-02-01
Note that an overload candidate was non-viable because template argument
John McCall
2010-01-29
And yet another call.
Anders Carlsson
2010-01-29
Another PerformCopyInitialization call bites the dust.
Anders Carlsson
2010-01-28
Access control for surrogate function calls. Required a moderately gross hack
John McCall
[prev]
[next]