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 handling of value dependent expressions in __attribute__((enable_if))...
Nick Lewycky
2014-12-16
1
-2
/
+12
*
If a non-template constructor instantiated to X(X),
John McCall
2014-12-14
1
-10
/
+20
*
[c++1z] Most of N4268 (allow constant evaluation for non-type template argume...
Richard Smith
2014-11-26
1
-62
/
+97
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-13
/
+13
*
Wrap to 80 columns, no behavior change.
Nico Weber
2014-11-19
1
-4
/
+4
*
Missing comma in a string array initialization (CID 1254893)
Sylvestre Ledru
2014-11-17
1
-1
/
+1
*
Fix this code to follow the coding style regarding anonymous namespaces and
Richard Smith
2014-11-12
1
-93
/
+58
*
Pass around CorrectionCandidateCallbacks as unique_ptrs so
Kaelyn Takata
2014-10-27
1
-9
/
+14
*
CUDA: Fix incorrect target inference for implicit members.
Eli Bendersky
2014-09-29
1
-3
/
+47
*
Fix PR20886 - enforce CUDA target match in method calls
Eli Bendersky
2014-09-25
1
-0
/
+21
*
Don't perform ADL when looking up operator=; there is no non-member form of
Richard Smith
2014-09-23
1
-4
/
+7
*
Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...
Craig Topper
2014-08-29
1
-3
/
+1
*
Objective-C. When multiple nullary selectors are found in
Fariborz Jahanian
2014-08-27
1
-1
/
+11
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
1
-8
/
+8
*
Objective-C. Minor refactoring of my last patch.
Fariborz Jahanian
2014-08-13
1
-1
/
+5
*
Objective-C. This patch is to resolve the method used in method
Fariborz Jahanian
2014-08-13
1
-0
/
+73
*
MS ABI: Handle member function pointers returning a member data pointer
David Majnemer
2014-08-07
1
-0
/
+4
*
Use the correct from type in a SCS
Ehsan Akhgari
2014-07-22
1
-0
/
+1
*
Remove dead code.
Richard Smith
2014-07-14
1
-11
/
+0
*
In C++98, if an rvalue reference binds to a function lvalue (or an xvalue or an
Richard Smith
2014-07-14
1
-1
/
+1
*
Superficial fix for PR20218: binding a function lvalue to a const reference to
Richard Smith
2014-07-14
1
-17
/
+28
*
Import MutableArrayRef into clang namespace.
Craig Topper
2014-06-28
1
-1
/
+1
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-2
/
+2
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-49
/
+37
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-36
/
+36
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-96
/
+100
*
Add hasSameType overload to ASTContext for Type pointers. Switch a type
Richard Trieu
2014-05-22
1
-2
/
+1
*
Fix diagnostic message for member function pointer mismatches where one of the
Richard Trieu
2014-05-20
1
-1
/
+2
*
More fixes for isBetterOverloadCandidate not being a strict weak ordering. The
Richard Smith
2014-05-17
1
-19
/
+8
*
Switch to a more efficient expression of this check.
Richard Smith
2014-05-17
1
-20
/
+24
*
Correct incoherent function versus function template partial ordering for con...
Richard Smith
2014-05-17
1
-24
/
+30
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-0
/
+1
*
Try harder to ensure a strict weak ordering of overload candidates that
Kaelyn Takata
2014-05-07
1
-6
/
+11
*
Fix crash when one overload candidate is a template instead of a function. Pa...
Nick Lewycky
2014-05-06
1
-0
/
+1
*
Fix a bunch of mislayered clang/Lex includes from Sema
Alp Toker
2014-05-03
1
-2
/
+1
*
Use std::abs(int) portably.
David Blaikie
2014-05-01
1
-2
/
+3
*
Fix some -Wabsolute-value warnings introduced in r207796.
David Blaikie
2014-05-01
1
-2
/
+2
*
When sorting overload candidates, sort arity mismatches in ascending
Kaelyn Takata
2014-05-01
1
-3
/
+16
*
Implement [over.match.oper]p3 properly, by filtering the non-candidates out
Richard Smith
2014-04-17
1
-22
/
+78
*
Try harder about not suggesting methods as corrections when they
Kaelyn Takata
2014-04-04
1
-1
/
+2
*
Add defensive check that argument may be null in call to compareConversionFun...
Ted Kremenek
2014-04-01
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-1
/
+1
*
[C++11] Remove the remaining uses of OwningPtr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-3
/
+1
*
Don't suggest non-static methods as corrections when they obviously
Kaelyn Uhrain
2014-02-28
1
-1
/
+1
*
Fix crash with enable_if on constructors.
Nick Lewycky
2014-02-28
1
-1
/
+2
*
Tighten lax vector-conversion rules and enforce them consistently.
John McCall
2014-02-04
1
-6
/
+5
*
[Sema] Follow-up on r200521 for the -Wnon-literal-null-conversion warning and...
Argyrios Kyrtzidis
2014-02-02
1
-15
/
+1
*
[Sema] For -Wnon-literal-null-conversion warning, look through integer casts,...
Argyrios Kyrtzidis
2014-01-31
1
-1
/
+15
[next]