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
*
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
*
P0806R2 Implicit capture of this with a capture-default of [=] is
Richard Smith
2018-07-07
1
-0
/
+11
*
Fix an ambiguous overload issue pointed out by MSVC
Vedant Kumar
2018-06-26
1
-1
/
+2
*
[ubsan] Relax nullability-return for blocks with deduced types
Vedant Kumar
2018-06-26
1
-1
/
+8
*
Modernize a function, NFC.
Vedant Kumar
2018-06-26
1
-5
/
+2
*
Revert r332470 (and corresponding tests in r332492).
Richard Smith
2018-05-18
1
-4
/
+0
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-05-16
1
-0
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-5
/
+5
*
[SemaCXX] _Pragma("clang optimize off") not affecting lambda.
Carlos Alberto Enciso
2018-03-26
1
-0
/
+4
*
Avoid including ScopeInfo.h from Sema.h
Reid Kleckner
2018-03-07
1
-5
/
+6
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-32
/
+23
*
[Sema] Fix crash in unused-lambda-capture warning for VLAs
Malcolm Parsons
2017-12-11
1
-0
/
+3
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-3
/
+3
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-22
1
-1
/
+15
*
Revert "Give external linkage and mangling to lambdas inside inline variables...
Vitaly Buka
2017-09-21
1
-15
/
+1
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-20
1
-1
/
+15
*
[c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood)
Faisal Vali
2017-08-19
1
-11
/
+9
*
Rename cxx1z -> cxx17 across all diagnostic IDs.
Richard Smith
2017-08-13
1
-1
/
+1
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-05
1
-1
/
+1
*
Fix spurious Wunused-lambda-capture warning
Yi Kong
2017-06-13
1
-5
/
+11
[next]