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
...
*
Factor out repeated code to build a DeclRefExpr and mark it referenced.
Richard Smith
2019-06-04
1
-22
/
+8
*
Factor out repeated code to build 'this' expressions and mark them
Richard Smith
2019-05-24
1
-4
/
+2
*
Added an assertion to constant evaluation enty points that prohibits dependen...
Dmitri Gribenko
2019-05-17
1
-2
/
+4
*
Fix regression in r360311 caused by reversed bool arguments.
Richard Smith
2019-05-16
1
-1
/
+2
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-63
/
+108
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-5
/
+5
*
Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,
Richard Smith
2019-05-08
1
-4
/
+4
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-110
/
+63
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-63
/
+110
*
SemaOverload: Complete candidates before emitting the error, to ensure diagno...
David Blaikie
2019-05-03
1
-102
/
+167
*
[OpenCL] Fix initialisation of this via pointer.
Anastasia Stulova
2019-05-02
1
-5
/
+5
*
Diagnose non-dependent qualified friend function template declarations
Richard Smith
2019-05-02
1
-0
/
+1
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-2
/
+2
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-19
/
+16
*
[Sema] Deduplicate some availability checking logic
Erik Pilkington
2019-03-20
1
-50
/
+11
*
[Sema] Adjust addr space of reference operand in compound assignment
Anastasia Stulova
2019-03-19
1
-10
/
+8
*
[PR40778][Sema] Adjust addr space of operands in builtin operators.
Anastasia Stulova
2019-03-07
1
-5
/
+14
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-9
/
+9
*
[AST] Pack GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-1
/
+1
*
[OpenCL] Allow address spaces as method qualifiers.
Anastasia Stulova
2019-01-21
1
-7
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenCL] Fix overloading ranking rules for addrspace conversions.
Anastasia Stulova
2019-01-18
1
-1
/
+4
*
Remember to instantiate explicit template argument lists in a friend
Richard Smith
2019-01-11
1
-0
/
+1
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-4
/
+4
*
DR674, PR38883, PR40238: Qualified friend lookup should look for a
Richard Smith
2019-01-07
1
-0
/
+29
*
Prevent unreachable when checking invalid multiversion decls.
Erich Keane
2019-01-04
1
-0
/
+5
*
[Basic] Extend DiagnosticEngine to store and format Qualifiers.
Anastasia Stulova
2019-01-04
1
-5
/
+3
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-60
/
+54
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-4
/
+4
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-11
/
+24
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-32
/
+32
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-24
/
+11
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-11
/
+24
*
Pass PartialOverloading argument to the correct corresponding parameter
Eric Fiselier
2018-12-11
1
-5
/
+7
*
Use zip_longest for iterator range comparisons. NFC.
Michael Kruse
2018-12-10
1
-10
/
+13
*
[CodeComplete] Fix assertion failure
Ilya Biryukov
2018-12-07
1
-1
/
+6
*
[AST][Sema] Remove CallExpr::setNumArgs
Bruno Ricci
2018-12-03
1
-4
/
+5
*
[Sema] Avoid CallExpr::setNumArgs in Sema::BuildCallToObjectOfClassType
Bruno Ricci
2018-12-03
1
-25
/
+23
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-1
/
+1
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-1
/
+1
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-1
/
+1
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-1
/
+1
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-1
/
+1
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-1
/
+1
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-1
/
+1
*
Revert 347294, it turned many bots on lab.llvm.org:8011/console red.
Nico Weber
2018-11-20
1
-1
/
+1
*
Use is.constant intrinsic for __builtin_constant_p
Bill Wendling
2018-11-20
1
-1
/
+1
*
[Clang][Sema]Choose a better candidate in overload function call if there is ...
Zi Xuan Wu
2018-11-16
1
-0
/
+25
*
Compound literals, enums, et al require const expr
Bill Wendling
2018-11-09
1
-1
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-3
/
+3
[prev]
[next]