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 overloaded static functions in SemaCodeComplete
Benjamin Kramer
2017-10-26
1
-8
/
+20
*
[C++17] Fix PR34970 - tweak overload resolution for class template deduction-...
Faisal Vali
2017-10-22
1
-6
/
+17
*
Fix two-phase name lookup for non-dependent overloaded operators.
Richard Smith
2017-10-05
1
-7
/
+9
*
Fix uninitialized member found by msan build bot.
Richard Smith
2017-09-26
1
-1
/
+1
*
Resolve a defect in C++17 copy omission.
Richard Smith
2017-09-26
1
-29
/
+57
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-22
1
-2
/
+23
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-23
/
+2
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-2
/
+23
*
Revert "Add support for attribute 'noescape'."
Akira Hatanaka
2017-09-20
1
-23
/
+2
*
Add support for attribute 'noescape'.
Akira Hatanaka
2017-09-20
1
-2
/
+23
*
[Sema] Mark a virtual CXXMethodDecl as used if a call to it can be
Akira Hatanaka
2017-07-13
1
-9
/
+13
*
Customize the SFINAE diagnostics for enable_if to provide the failed condition.
Douglas Gregor
2017-07-05
1
-0
/
+9
*
[Sema] Refactor OverloadCandidate::BuiltinTypes. NFC.
George Burgess IV
2017-06-08
1
-16
/
+14
*
[Sema] Remove unused field from OverloadCandidate.
George Burgess IV
2017-06-08
1
-144
/
+50
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-06-01
1
-147
/
+147
*
Remove late nullptr pointer test (PR32447)
Simon Pilgrim
2017-06-01
1
-2
/
+2
*
Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...
Argyrios Kyrtzidis
2017-05-24
1
-5
/
+5
*
[Sema] Make typeof(OverloadedFunctionName) not a pointer.
George Burgess IV
2017-05-09
1
-3
/
+3
*
[Modules] Fix a crash-on-invalid with overloaded functions
Bruno Cardoso Lopes
2017-04-26
1
-0
/
+4
*
[OpenCL] Map default address space to alloca address space
Yaxun Liu
2017-04-11
1
-1
/
+2
*
[ObjC++] Conversions from specialized to non-specialized Objective-C generic
Alex Lorenz
2017-04-06
1
-3
/
+17
*
[Sema] Update CheckOverload docs
George Burgess IV
2017-04-06
1
-34
/
+33
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-6
/
+12
*
[libclang] Fix crash in member access code completion with implicit base
Erik Verbruggen
2017-03-28
1
-11
/
+26
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-10
/
+10
*
[OpenCL] Added implicit conversion rank for overloading functions with vector...
Egor Churaev
2017-03-21
1
-1
/
+1
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-1
/
+1
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
1
-6
/
+4
*
[c++1z] Synthesize implicit deduction guides from constructors on demand. Rank
Richard Smith
2017-02-14
1
-0
/
+8
*
Change how we handle diagnose_if attributes.
George Burgess IV
2017-01-28
1
-187
/
+98
*
Fix a typo. NFC.
George Burgess IV
2017-01-14
1
-1
/
+1
*
PR31606: Generalize our tentative DR resolution for inheriting copy/move
Richard Smith
2017-01-13
1
-26
/
+28
*
Don't try to check implicit conversion sequences for an object argument if
Richard Smith
2017-01-10
1
-2
/
+8
*
Fix conversion index / argument index mismatch when diagnosing overload resol...
Richard Smith
2017-01-10
1
-32
/
+18
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-77
/
+184
*
Add the diagnose_if attribute to clang.
George Burgess IV
2017-01-09
1
-78
/
+266
*
Revert r291410 and r291411.
Richard Smith
2017-01-09
1
-183
/
+75
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-75
/
+183
*
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
[prev]
[next]