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
...
*
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
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[coroutines] Make generic lambda coroutines work
Gor Nishanov
2017-05-24
1
-0
/
+1
*
Fix lambda to block conversion in C++17 by avoiding copy elision for the
Alex Lorenz
2017-04-06
1
-4
/
+3
*
[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped Enum
Faisal Vali
2017-04-01
1
-8
/
+9
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[Sema] Improve side effect checking for unused-lambda-capture warning
Malcolm Parsons
2017-03-01
1
-2
/
+24
*
Factor out function to determine whether we're performing a template
Richard Smith
2017-02-21
1
-1
/
+1
*
[Sema] Add warning for unused lambda captures
Malcolm Parsons
2017-01-13
1
-2
/
+21
*
[cxx1z-constexpr-lambda] Make conversion function constexpr, and teach the ex...
Faisal Vali
2017-01-08
1
-1
/
+1
*
PR23135: Don't instantiate constexpr functions referenced in unevaluated oper...
Richard Smith
2017-01-07
1
-0
/
+1
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-76
/
+8
*
[OPENMP] Fix for PR30632: Name mangling issue.
Alexey Bataev
2016-11-15
1
-3
/
+4
*
Fix for PR28523: unexpected compilation error.
Alexey Bataev
2016-11-11
1
-4
/
+7
*
[Sema] Avoid -Wshadow warnings for shadowed variables that
Alex Lorenz
2016-11-10
1
-0
/
+3
*
Fix for PR30632: Name mangling issue.
Alexey Bataev
2016-10-14
1
-3
/
+5
*
[CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope...
Justin Lebar
2016-09-30
1
-1
/
+6
*
Reapply r276069 with workaround for MSVC 2013
Hubert Tong
2016-07-30
1
-1
/
+1
*
[Sema] Replace mem_fn with lambdas. NFC.
George Burgess IV
2016-07-24
1
-3
/
+5
*
Revert r276069: MSVC bots not happy
Hubert Tong
2016-07-20
1
-1
/
+1
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
1
-1
/
+1
*
Use even more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-4
/
+3
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
1
-0
/
+1
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-6
/
+5
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-5
/
+6
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-6
/
+5
*
[Parser] Clear the TemplateParamScope bit of the current scope's flag
Akira Hatanaka
2016-04-29
1
-3
/
+2
*
[Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and...
Faisal Vali
2016-03-26
1
-4
/
+17
*
Make sure to perform dependent access checks when instantiating a
Richard Smith
2016-03-23
1
-12
/
+7
*
[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)
Faisal Vali
2016-03-21
1
-10
/
+18
*
PR24989: Stop trying to use the C++11 rules for lambda return type inference in
Richard Smith
2016-02-02
1
-0
/
+2
[prev]
[next]