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
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-7
/
+23
*
Remove redundant conditions of the form (A || (!A && B)) -> (A || B)
Benjamin Kramer
2016-04-11
1
-2
/
+1
*
NFC: simplify code in BuildInstanceMessage.
Manman Ren
2016-04-07
1
-5
/
+5
*
[CUDA] Make unattributed constexpr functions implicitly host+device.
Justin Lebar
2016-03-30
1
-2
/
+2
*
[Sema] s/UseUsingDeclRules/UseMemberUsingDeclRules/
Justin Lebar
2016-03-30
1
-3
/
+3
*
[CUDA] Remove three obsolete CUDA cc1 flags.
Justin Lebar
2016-03-29
1
-6
/
+4
*
P0138R2: Allow direct-list-initialization of an enumeration from an integral
Richard Smith
2016-03-28
1
-0
/
+7
*
Fix nondeterminism in computation of builtin operator overload sets.
Richard Smith
2016-03-25
1
-3
/
+4
*
[Sema] Allow implicit conversions of &overloaded_fn in C.
George Burgess IV
2016-03-23
1
-11
/
+20
*
[Sema] Allow casting of some overloaded functions
George Burgess IV
2016-03-19
1
-1
/
+37
*
Sema: Methods in unavailable classes are unavailable
Duncan P. N. Exon Smith
2016-03-08
1
-1
/
+10
*
PR5941 - improve diagnostic for * vs & confusion when choosing overload candi...
David Blaikie
2016-03-04
1
-1
/
+4
*
Generalize the consumed-parameter array on FunctionProtoType
John McCall
2016-03-01
1
-3
/
+2
*
Minor cleanup of Sema::CheckEnableIf. NFC.
George Burgess IV
2016-02-24
1
-23
/
+16
*
[CUDA] do not allow attribute-based overloading for __global__ functions.
Artem Belevich
2016-02-24
1
-1
/
+4
*
Remove use of builtin comma operator.
Richard Trieu
2016-02-18
1
-2
/
+4
*
[CUDA] Tweak attribute-based overload resolution to match nvcc behavior.
Artem Belevich
2016-02-12
1
-3
/
+33
*
Make ParentMap work with explicit specializations of function templates.
Nico Weber
2016-02-08
1
-1
/
+0
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Make -Wdelete-non-virtual-dtor warn on explicit `a->~A()` dtor calls too.
Nico Weber
2016-01-15
1
-0
/
+11
*
[Sema] Suppress diags in overload resolution.
George Burgess IV
2016-01-13
1
-9
/
+16
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+1
*
[Sema] Teach overload resolution about unaddressable functions.
George Burgess IV
2016-01-07
1
-1
/
+25
*
Improve diagnostic for the case where a function template candidate is rejected
Richard Smith
2015-12-31
1
-4
/
+52
*
[TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentLis...
James Y Knight
2015-12-24
1
-2
/
+2
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-12
/
+13
*
[modules] Don't try to use the definition of a class if
Richard Smith
2015-12-18
1
-6
/
+3
*
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call
Richard Smith
2015-12-18
1
-59
/
+61
*
[Sema] Use UnaryOperatorKind and BinaryOperatorKind in parameter lists instea...
Craig Topper
2015-12-10
1
-9
/
+4
*
Add tests for `&enable_if_function` diagnostics.
George Burgess IV
2015-12-03
1
-1
/
+0
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-40
/
+152
*
[modules] Follow the C++ standard's rule for linkage of enumerators: they have
Richard Smith
2015-11-13
1
-10
/
+43
*
[modules] Generalize the workaround for multiple ambiguous definitions of
Richard Smith
2015-11-04
1
-26
/
+39
*
[MSVC Compat] Permit conversions from pointer-to-function to pointer-to-objec...
David Majnemer
2015-10-31
1
-1
/
+9
*
[coroutines] Creation of promise object, lookup of operator co_await, building
Richard Smith
2015-10-27
1
-12
/
+8
*
[coroutines] Add overloaded unary 'operator co_await'.
Richard Smith
2015-10-22
1
-0
/
+1
*
[modules] libstdc++ defines some static inline functions in its internal
Richard Smith
2015-10-21
1
-0
/
+36
*
[Sema] Fix address-of + enable_if overloading logic
George Burgess IV
2015-10-16
1
-57
/
+93
*
[Sema] Make `&function_with_enable_if_attrs` an error
George Burgess IV
2015-10-12
1
-13
/
+44
*
[Sema] Don't emit multiple diags for one error
George Burgess IV
2015-10-12
1
-5
/
+13
*
[Sema] Allow C conversions in C overload logic
George Burgess IV
2015-10-11
1
-15
/
+36
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-1
/
+1
*
Make incomplete type errors better with enable_if
George Burgess IV
2015-09-25
1
-10
/
+15
*
Remove wrong implication that value-dependent implies instantiation-dependent,
Richard Smith
2015-09-23
1
-0
/
+2
*
[CUDA] Allow function overloads in CUDA based on host/device attributes.
Artem Belevich
2015-09-22
1
-1
/
+35
*
[modules] A using-declaration doesn't introduce a new entity, just a new name
Richard Smith
2015-09-15
1
-0
/
+5
*
[MS ABI] Make member pointers return true for isIncompleteType
David Majnemer
2015-09-10
1
-4
/
+0
*
Add a new frontend warning for referencing members from the handler of a cons...
Aaron Ballman
2015-09-01
1
-3
/
+3
*
Make sure that we evaluate __attribute__((enable_if)) on a method with no ove...
Nick Lewycky
2015-08-25
1
-1
/
+34
*
Clarify the error message when the reason the conversion is not viable is bec...
Nick Lewycky
2015-08-25
1
-1
/
+1
[next]