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
/
test
/
SemaCXX
/
lambda-expressions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash-on-invalid-code in lambda constant evaluation.
James Y Knight
2019-12-04
1
-5
/
+12
*
PR43242: Fix crash when typo-correcting to an operator() that should not
Richard Smith
2019-09-09
1
-0
/
+4
*
Defer building 'this' captures until we have left the capturing region
Richard Smith
2019-05-31
1
-2
/
+4
*
If capturing a variable fails, add a capture anyway (and mark it
Richard Smith
2019-05-28
1
-2
/
+2
*
Diagnose non-dependent qualified friend function template declarations
Richard Smith
2019-05-02
1
-8
/
+13
*
Fix crash on invalid.
Richard Trieu
2018-02-06
1
-0
/
+15
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
1
-0
/
+25
*
Fix PR25627: constant expressions being odr-used in template arguments.
Faisal Vali
2017-05-20
1
-2
/
+12
*
[Parser] Correct typo after lambda capture initializer is parsed.
Akira Hatanaka
2016-12-20
1
-0
/
+15
*
PR23281: Fix implementation of DR1891 to implement the intent: that is, a
Richard Smith
2016-11-16
1
-0
/
+33
*
[Sema] Teach getCurrentThisType to reconize lambda in in-class initializer
Erik Pilkington
2016-07-27
1
-2
/
+28
*
Add null check to diagnostic path for lambda captures.
Richard Trieu
2016-03-05
1
-0
/
+12
*
[SemaCXX] Fix crash-on-invalid while trying to deduce return type of a lambda.
Argyrios Kyrtzidis
2016-01-30
1
-0
/
+11
*
Classes inside lambdas are local not nested.
Serge Pavlov
2015-07-14
1
-0
/
+30
*
PR21857: weaken an incorrect assertion.
Richard Smith
2015-02-11
1
-0
/
+9
*
DR1048: drop top-level cv-qualifiers when deducing the return type of a
Richard Smith
2014-12-19
1
-3
/
+1
*
Handle errors in lambda prototype instantiation correctly
Reid Kleckner
2014-12-15
1
-0
/
+14
*
Remove code that tries to avoid transforming non-dependent call operator types
Richard Smith
2014-11-20
1
-0
/
+5
*
Move test from r222476 to a better place; this was reduced to the point that it
Richard Smith
2014-11-20
1
-0
/
+7
*
Don't allow lambdas to capture invalid decls during template instantiations.
Richard Trieu
2014-09-02
1
-0
/
+50
*
PR19249: Don't forget to DiagnoseUseOfDecl for the implicit use of a variable
Richard Smith
2014-03-25
1
-0
/
+4
*
Temporary fix for PR18473: Don't try to evaluate the initializer for a
Richard Smith
2014-02-06
1
-0
/
+15
*
PR18128: a lambda capture-default is not permitted for a non-local lambda
Richard Smith
2014-02-06
1
-1
/
+21
*
Fix regression in r197623: only diagnose a by-copy capture of an incomplete
Richard Smith
2014-01-21
1
-0
/
+30
*
PR18477: Create a function scope representing the constructor call when
Richard Smith
2014-01-17
1
-1
/
+12
*
Fix computation of linkage within nested lambdas.
Faisal Vali
2013-10-01
1
-0
/
+18
*
Revert the linkage fix.
Faisal Vali
2013-09-29
1
-18
/
+0
*
Fix computation of linkage within nested lambdas.
Faisal Vali
2013-09-29
1
-0
/
+18
*
Handle a difference in lambda return type deduction between C++11 and C++1y: if
Richard Smith
2013-07-26
1
-1
/
+15
*
PR16708: If a lambda has an implicit return type, don't get confused if its r...
Richard Smith
2013-07-26
1
-0
/
+8
*
Implement core issue 903: only integer literals with value 0 and prvalues of
Richard Smith
2013-06-13
1
-10
/
+13
*
Sema: Don't emit a warning when __func__ is used in a lambda outside of a fun...
Benjamin Kramer
2012-12-06
1
-0
/
+4
*
Update regression tests for r166617.
Eli Friedman
2012-10-24
1
-2
/
+2
*
DR1472: A reference isn't odr-used if it has preceding initialization,
Richard Smith
2012-10-20
1
-5
/
+8
*
Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854.
Eli Friedman
2012-09-20
1
-0
/
+4
*
Add an extra check for invalid decls in the lambda semantic analysis to avoid...
Eli Friedman
2012-09-18
1
-0
/
+8
*
Implement warning for integral null pointer constants other than the literal 0.
David Blaikie
2012-08-08
1
-3
/
+3
*
PR12057: Allow variadic template pack expansions to cross lambda boundaries.
Richard Smith
2012-07-25
1
-0
/
+76
*
Fixes some test cases that should have come along with r157943.
Aaron Ballman
2012-06-04
1
-31
/
+28
*
Make the error about assigning to lambda-captured variables
John McCall
2012-03-13
1
-1
/
+1
*
Alternate fix to PR12248: put Sema in charge of special-casing
John McCall
2012-03-13
1
-0
/
+9
*
Make sure we treat variables captured by reference in lambda as modifiable lv...
Eli Friedman
2012-03-12
1
-0
/
+6
*
Ensure that we instantiate static reference data members of class templates
Richard Smith
2012-03-02
1
-0
/
+7
*
Remove FIXME: as Eli points out, the behavior here is now correct.
Richard Smith
2012-02-24
1
-5
/
+3
*
When checking whether a reference to a variable is an ICE, look at the type of
Richard Smith
2012-02-24
1
-0
/
+27
*
Only pop the expression evaluation context corresponding to a lambda
Douglas Gregor
2012-02-21
1
-0
/
+14
*
Rewrite variable capture within lambda expressions and blocks,
Douglas Gregor
2012-02-18
1
-1
/
+1
*
Within the body of a lambda expression, decltype((x)) for an
Douglas Gregor
2012-02-12
1
-1
/
+2
*
Implement return type deduction for lambdas per C++11
Douglas Gregor
2012-02-09
1
-6
/
+8
*
Remove the "unsupported" error for lambda expressions. It's annoying,
Douglas Gregor
2012-02-09
1
-38
/
+38
[next]