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
...
*
PR30305: Implement proposed DR resolution to prevent slicing via inherited co...
Richard Smith
2017-01-08
1
-0
/
+31
*
Add missing "original call argument has same type as deduced parameter type"
Richard Smith
2017-01-05
1
-6
/
+18
*
Fix failure to treat overloaded function in braced-init-list as a non-deduced...
Richard Smith
2017-01-04
1
-26
/
+0
*
[Sema] Replace remove_if+erase with erase_if. NFC.
George Burgess IV
2017-01-04
1
-3
/
+1
*
Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...
Renato Golin
2017-01-02
1
-182
/
+75
*
DR1391: Check for implicit conversion sequences for non-dependent function
Richard Smith
2017-01-02
1
-75
/
+182
*
Check and build conversion sequences for non-type template arguments in
Richard Smith
2016-12-27
1
-1
/
+1
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
1
-0
/
+6
*
When merging two deduced non-type template arguments for the same parameter,
Richard Smith
2016-12-23
1
-2
/
+18
*
Sema: print qualified name for overload candidates
Saleem Abdulrasool
2016-12-22
1
-1
/
+1
*
Perform type-checking for a converted constant expression in a template
Richard Smith
2016-12-21
1
-0
/
+23
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-20
1
-1
/
+7
*
Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."
Daniel Jasper
2016-12-20
1
-6
/
+0
*
[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.
Egor Churaev
2016-12-20
1
-0
/
+6
*
Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."
Daniel Jasper
2016-12-19
1
-7
/
+1
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-19
1
-1
/
+7
*
Fix some interactions between C++11 and C++14 features and using-declarations:
Richard Smith
2016-12-18
1
-1
/
+8
*
Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...
Yaxun Liu
2016-12-18
1
-0
/
+16
*
Revert r289979 due to regressions
Yaxun Liu
2016-12-16
1
-16
/
+0
*
[OpenCL] Allow disabling types and declarations associated with extensions
Yaxun Liu
2016-12-16
1
-0
/
+16
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
[Sema] Prefer SmallVector over `new`ed memory blocks. NFC.
George Burgess IV
2016-12-13
1
-6
/
+4
*
DR1295 and cleanup for P0135R1: Make our initialization code more directly
Richard Smith
2016-12-09
1
-0
/
+3
*
[CUDA] Improve target attribute checking for function templates.
Artem Belevich
2016-12-07
1
-10
/
+12
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
1
-1
/
+1
*
[Sema] Reset a BumpPtrAllocator on clear(). NFC.
George Burgess IV
2016-12-02
1
-0
/
+1
*
PR31081: ignore exception specifications when deducing function template
Richard Smith
2016-12-01
1
-2
/
+2
*
Use the member function location in enable_if diagnostics.
George Burgess IV
2016-11-16
1
-2
/
+2
*
[Sema] Range-ify for loop, add period to comment. NFC.
George Burgess IV
2016-11-10
1
-1
/
+1
*
p0012: Teach resolving address of overloaded function with dependent exception
Richard Smith
2016-11-01
1
-6
/
+23
*
Make a function static. NFC.
George Burgess IV
2016-10-28
1
-4
/
+3
*
[c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for
Richard Smith
2016-10-22
1
-0
/
+10
*
Remove unnecessary distinction between Ref_Compatible and
Richard Smith
2016-10-21
1
-8
/
+5
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-17
/
+15
*
Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...
Renato Golin
2016-10-21
1
-15
/
+17
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-17
/
+15
*
Re-commit r284753, reverted in r284778, with a fix for PR30749.
Richard Smith
2016-10-20
1
-25
/
+29
*
Revert r284753 "[c++1z] Teach composite pointer type computation how to compu...
Hans Wennborg
2016-10-20
1
-29
/
+25
*
[c++1z] Teach composite pointer type computation how to compute the composite
Richard Smith
2016-10-20
1
-25
/
+29
*
Fix crash on noreturn conversion in unprototyped function type. Thanks to Keith
Richard Smith
2016-10-20
1
-2
/
+2
*
Resolve exception specifications when selecting an overloaded operator.
Richard Smith
2016-10-19
1
-0
/
+2
*
DR1330: instantiate exception-specifications when "needed". We previously did
Richard Smith
2016-10-18
1
-0
/
+7
*
P0012R1: Make exception specifications be part of the type system. This
Richard Smith
2016-10-16
1
-14
/
+54
*
Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of
Richard Smith
2016-10-10
1
-5
/
+6
*
Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...
Daniel Jasper
2016-10-10
1
-6
/
+5
*
P0035R4: Semantic analysis and code generation for C++17 overaligned
Richard Smith
2016-10-10
1
-5
/
+6
*
PR25890: Fix incoherent error handling in PerformImplicitConversion and
Richard Smith
2016-10-06
1
-1
/
+2
*
[CUDA] Clean up some comments in Sema::IsOverload. NFC
Justin Lebar
2016-10-03
1
-7
/
+7
*
[CUDA] Disallow overloading destructors.
Justin Lebar
2016-10-03
1
-0
/
+5
*
[Sema] Compare bad conversions in overload resolution.
George Burgess IV
2016-09-07
1
-3
/
+30
[prev]
[next]