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
/
SemaLambda.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-1
/
+2
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-3
/
+5
*
[c++20] Fix handling of unqualified lookups from a defaulted comparison
Richard Smith
2019-12-09
1
-2
/
+2
*
[OpenCL] Use generic addr space for lambda call operator
Anastasia Stulova
2019-12-03
1
-0
/
+4
*
Minor coding style fix. NFC.
Michael Liao
2019-10-22
1
-1
/
+2
*
[hip][cuda] Fix the extended lambda name mangling issue.
Michael Liao
2019-10-19
1
-17
/
+56
*
[sema] Revise `getCurrentMangleNumberContext` interface. NFC.
Michael Liao
2019-10-10
1
-17
/
+15
*
Re-land [mangle] Fix mangling where an extra mangle context is required.
Reid Kleckner
2019-10-10
1
-10
/
+2
*
Revert [mangle] Fix mangling where an extra mangle context is required.
Reid Kleckner
2019-10-10
1
-2
/
+10
*
[mangle] Fix mangling where an extra mangle context is required.
Michael Liao
2019-10-09
1
-10
/
+2
*
[c++20] Fix some ambiguities in our mangling of lambdas with explicit
Richard Smith
2019-09-05
1
-2
/
+6
*
Fix variable ‘IsInitCapturePack’ set but not used warning. NFCI.
Simon Pilgrim
2019-08-29
1
-4
/
+1
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-26
1
-5
/
+10
*
Revert "PR42587: diagnose unexpanded uses of a pack parameter of a generic" d...
Richard Smith
2019-08-23
1
-2
/
+2
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-23
1
-2
/
+2
*
When determining whether a lambda-expression is implicitly constexpr,
Richard Smith
2019-07-29
1
-3
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-5
/
+5
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-20
/
+17
*
Transform lambda expression captures when transforming an expression to
Richard Smith
2019-06-02
1
-12
/
+15
*
Factor out commonality between variable capture initialization and
Richard Smith
2019-06-02
1
-70
/
+83
*
Defer building 'this' captures until we have left the capturing region
Richard Smith
2019-05-31
1
-3
/
+20
*
Defer capture initialization for captured regions until after we've left
Richard Smith
2019-05-31
1
-14
/
+15
*
Defer creating fields for captures until we finish building the
Richard Smith
2019-05-28
1
-15
/
+55
*
If capturing a variable fails, add a capture anyway (and mark it
Richard Smith
2019-05-28
1
-1
/
+4
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-11
/
+31
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-2
/
+2
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-2
/
+2
*
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
Hamza Sood
2019-05-04
1
-19
/
+38
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-2
/
+2
*
Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializer
Richard Smith
2019-04-24
1
-4
/
+6
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-2
/
+2
*
Mark the lambda function pointer conversion operator as noexcept.
Aaron Ballman
2019-01-21
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Sema] If CheckPlaceholderExpr rewrites the initializer of an auto
Akira Hatanaka
2019-01-11
1
-6
/
+4
*
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
Anastasia Stulova
2019-01-09
1
-2
/
+4
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
1
-1
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-4
/
+6
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-6
/
+4
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-4
/
+6
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
[C++17] Reject shadowing of capture by parameter in lambda
Nicolas Lesser
2018-10-25
1
-3
/
+17
*
PR24164, PR39336: init-captures are not distinct full-expressions.
Richard Smith
2018-10-19
1
-10
/
+0
*
[Sema] Remove location from implicit capture init expr
Vedant Kumar
2018-09-13
1
-6
/
+7
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-27
/
+18
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-24
/
+17
*
Remove trailing space
Fangrui Song
2018-07-30
1
-99
/
+99
*
Change \t to spaces
Fangrui Song
2018-07-20
1
-1
/
+1
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-07-18
1
-0
/
+4
*
[Sema] Add fixit for unused lambda captures
Alexander Shaposhnikov
2018-07-16
1
-5
/
+43
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-2
/
+2
[next]