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
*
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
*
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-10
1
-10
/
+6
*
Thread a source location into the template-argument deduction routines. There
John McCall
2010-02-08
1
-28
/
+41
*
When adding ADL candidates for overloaded
Douglas Gregor
2010-02-05
1
-1
/
+1
*
Extract a common structure for holding information about the definition
John McCall
2010-02-04
1
-0
/
+3
*
Top-level const changes do not make a qualification conversion. Fixes PR6089.
Sebastian Redl
2010-02-03
1
-1
/
+1
*
Implement promotion for enumeration types.
Douglas Gregor
2010-02-02
1
-1
/
+2
*
Extract a common base class between UnresolvedLookupExpr and
John McCall
2010-02-02
1
-69
/
+24
*
Improve the diagnostic used when an incompatible overload set is passed
John McCall
2010-02-02
1
-0
/
+18
*
Note that an overload candidate was non-viable because template argument
John McCall
2010-02-01
1
-4
/
+58
*
And yet another call.
Anders Carlsson
2010-01-29
1
-2
/
+8
*
Another PerformCopyInitialization call bites the dust.
Anders Carlsson
2010-01-29
1
-4
/
+12
*
Access control for surrogate function calls. Required a moderately gross hack
John McCall
2010-01-28
1
-3
/
+3
*
Access control for overloaded call operators. Not for surrogates yet,
John McCall
2010-01-28
1
-0
/
+5
*
Access checking for overloaded operators.
John McCall
2010-01-28
1
-5
/
+6
*
Fix a major oversight in the comparison of standard conversion
Douglas Gregor
2010-01-27
1
-29
/
+56
*
Implement access control for overloaded functions. Suppress access control
John McCall
2010-01-27
1
-27
/
+57
*
Avoid some unnecessary copying of unresolved lookup results.
John McCall
2010-01-26
1
-16
/
+12
*
Handle redeclarations found by ADL deterministically and reasonably.
John McCall
2010-01-26
1
-6
/
+5
*
Allow ADL to find functions imported by using decls. Leave wordy comment
John McCall
2010-01-26
1
-2
/
+7
*
Preserve access bits through overload resolution much better. Some
John McCall
2010-01-26
1
-52
/
+45
*
Pass access specifiers around in overload resolution.
John McCall
2010-01-26
1
-31
/
+53
*
Produce a special diagnostic when users call a function with an argument of
John McCall
2010-01-23
1
-1
/
+16
*
During overload resolution diagnostics, sort non-viable candidates by the qua...
John McCall
2010-01-23
1
-4
/
+112
*
Use raw_ostream instead of cstdio.
Daniel Dunbar
2010-01-22
1
-19
/
+21
*
Fixes comments.
Fariborz Jahanian
2010-01-21
1
-2
/
+2
*
Also allow cast of block pointer type to
Fariborz Jahanian
2010-01-21
1
-0
/
+7
*
In objective-c++ land, a block pointer is another object pointer.
Fariborz Jahanian
2010-01-20
1
-1
/
+9
*
Give UnresolvedSet the ability to store access specifiers for each declaration.
John McCall
2010-01-20
1
-8
/
+8
*
Allow conversion of pointer to an objective-c pointer to
Fariborz Jahanian
2010-01-18
1
-1
/
+11
*
Fix a use of uninitialized memory in overload diagnostics.
John McCall
2010-01-16
1
-1
/
+4
[next]