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
*
Silence a pedantic GCC warning by making the grouping of && and || explicit.
Chandler Carruth
2010-05-06
1
-4
/
+4
*
When instantiating a function that was declared via a typedef, e.g.,
Douglas Gregor
2010-05-04
1
-1
/
+1
*
For the sake of Objective-c++ overload resolution,
Fariborz Jahanian
2010-05-03
1
-2
/
+42
*
When determining a standard conversion sequence involves resolving the
Douglas Gregor
2010-04-29
1
-32
/
+30
*
When copying a temporary object to initialize an entity for which the
Douglas Gregor
2010-04-25
1
-1
/
+1
*
Add base paths for CK_BaseToDerived and CK_BaseToDerivedMemberPointer.
Anders Carlsson
2010-04-24
1
-1
/
+3
*
Actually produce base paths for CastExprs of kind CK_DerivedToBase.
Anders Carlsson
2010-04-24
1
-1
/
+2
*
Pass the base specifiers through to CheckDerivedToBaseConversion. No function...
Anders Carlsson
2010-04-24
1
-1
/
+1
*
CastExpr should not hold a pointer to the base path. More cleanup.
Anders Carlsson
2010-04-24
1
-5
/
+4
*
Add an InheritancePath parameter to the ImplicitCastExpr constructor.
Anders Carlsson
2010-04-23
1
-2
/
+3
*
Remove dead code.
Benjamin Kramer
2010-04-20
1
-25
/
+0
*
Bail out early to avoid comparing the internals of two conversion sequences of
Benjamin Kramer
2010-04-18
1
-0
/
+5
*
When performing reference initialization for the purposes of overload
Douglas Gregor
2010-04-18
1
-7
/
+17
*
Binding a reference to an rvalue is a direct binding in C++0x but not
Douglas Gregor
2010-04-18
1
-20
/
+17
*
Improve our handling of user-defined conversions as part of overload
Douglas Gregor
2010-04-17
1
-57
/
+74
*
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
1
-1
/
+1
*
Move Sema::PerformImplicitConversion over to where Sema::TryImplicitConversio...
Douglas Gregor
2010-04-16
1
-0
/
+24
*
Kill ForceRValue once and for all
Douglas Gregor
2010-04-16
1
-8
/
+2
*
Eliminate the ForceRValue parameter from TryCopyInitialization.
Douglas Gregor
2010-04-16
1
-9
/
+2
*
Move Sema::TryCopyInitialization into a static function in
Douglas Gregor
2010-04-16
1
-24
/
+24
*
Eliminate ForceRValue parameters from reference binding. Did I mention
Douglas Gregor
2010-04-16
1
-9
/
+8
*
Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate
Douglas Gregor
2010-04-16
1
-8
/
+5
*
Eliminate the ForceRValue parameter from most of Sema's Add*Candidate
Douglas Gregor
2010-04-16
1
-17
/
+13
*
Eliminate the ForceRValue parameter from Sema::IsUserDefinedConversion. It's ...
Douglas Gregor
2010-04-16
1
-7
/
+4
*
Eliminate the default value for the UserCast parameter of Sema::IsUserDefined...
Douglas Gregor
2010-04-16
1
-1
/
+1
*
Always diagnose and complain about problems in
Douglas Gregor
2010-04-14
1
-36
/
+54
*
Thread a Scope pointer into BuildRecoveryCallExpr to help typo
Douglas Gregor
2010-04-14
1
-4
/
+4
*
Refactor and simplify the computation of implicit conversion sequences
Douglas Gregor
2010-04-13
1
-17
/
+334
*
When returning the result of a call to an object of class type, do not
Douglas Gregor
2010-04-13
1
-2
/
+2
*
Implement C++ [over.ics.user]p3, which restricts the final conversion
Douglas Gregor
2010-04-12
1
-0
/
+12
*
Fix a (bogus) uninitialized-member-of-local warning.
John McCall
2010-04-08
1
-1
/
+1
*
Implement the protected access restriction ([class.protected]), which requires
John McCall
2010-04-06
1
-3
/
+3
*
Overhaul checking of non-type template arguments that should refer to
Douglas Gregor
2010-04-01
1
-0
/
+2
*
Regularize support for naming conversion functions in using decls.
John McCall
2010-03-31
1
-6
/
+12
*
Propagate the "found declaration" (i.e. the using declaration instead of
John McCall
2010-03-30
1
-23
/
+45
*
Optimize PartialDiagnostic's memory-allocation behavior by placing a
Douglas Gregor
2010-03-29
1
-2
/
+2
*
Eliminate the non-InitializedEntity PerformCopyInitialization() and
Douglas Gregor
2010-03-26
1
-38
/
+0
*
Remember the "found declaration" for an overload candidate, which is the
John McCall
2010-03-19
1
-92
/
+94
*
Perform access control for the implicit base and member destructor calls
John McCall
2010-03-16
1
-7
/
+10
*
objective-c++ must take into account qualifiers when
Fariborz Jahanian
2010-03-15
1
-0
/
+6
*
Reinstate r97674 with a fix for the assertion that was firing in <list>
Douglas Gregor
2010-03-03
1
-18
/
+23
*
Revert r97674; it's causing failures
Douglas Gregor
2010-03-03
1
-21
/
+16
*
Implement disambiguation of base class members via a
Douglas Gregor
2010-03-03
1
-16
/
+21
*
Warn about the deprecated string literal -> char* conversion. Fixes PR6428.
Douglas Gregor
2010-02-28
1
-5
/
+5
*
Allow us to compare derived-to-base conversions between a reference
Douglas Gregor
2010-02-25
1
-27
/
+8
*
When comparing two method overload candidates during overload diagnostics,
John McCall
2010-02-25
1
-1
/
+2
*
Add a new conversion rank to classify conversions between complex and scalar
Chandler Carruth
2010-02-25
1
-10
/
+10
*
Catch more uses of uninitialized implicit conversion sequences.
John McCall
2010-02-25
1
-20
/
+24
*
Do not require a complete type when checking for a pointer conversion
Douglas Gregor
2010-02-22
1
-0
/
+1
*
A constructor template cannot be used to copy to an object of the same class ...
Douglas Gregor
2010-02-21
1
-1
/
+2
[next]