Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
state:open label:lambda
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
llvm
/
llvm-project
Public
Notifications
You must be signed in to change notification settings
Fork
15.3k
Star
35.7k
Code
Issues
5k+
Pull requests
5k+
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Issues
Search Issues
state
:
open
label
:
lambda
state:open label:lambda
Search
Labels
Milestones
New issue
Search results
Open
Closed
ICE if returned lambda unpacks captured parameter pack in requires clause
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
C++20 concepts
crash-on-valid
lambda
C++11 lambda expressions
C++11 lambda expressions
regression:18
Regression in 18 release
Regression in 18 release
Status: Open.
Bug
#169968
In llvm/llvm-project;
·
FalcoGer
opened
on Nov 29, 2025
return-type deduction failure for lambda inside decltype.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
diverges-from:gcc
Does the clang frontend diverge from gcc on this issue
Does the clang frontend diverge from gcc on this issue
lambda
C++11 lambda expressions
C++11 lambda expressions
Status: Open.
#168249
In llvm/llvm-project;
·
jehelset
opened
on Nov 15, 2025
Lambda evaluated for constant template parameter of function inside templated generic lambda incorrectly complains about local variables needing captures
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
Verified by a second party
lambda
C++11 lambda expressions
C++11 lambda expressions
Status: Open.
Bug
#163837
In llvm/llvm-project;
·
MitalAshok
opened
on Oct 16, 2025
Type of capture is broken in body of lambda with explicit object parameter
accepts-invalid
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
Verified by a second party
lambda
C++11 lambda expressions
C++11 lambda expressions
Status: Open.
#163582
In llvm/llvm-project;
·
xiaosa-zhz
opened
on Oct 15, 2025
[Clang] [Sema] Crash when <code>this</code> is used in the return type (or <code>noexcept</code> clause) of a lambda in a static member function
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
crash-on-invalid
lambda
C++11 lambda expressions
C++11 lambda expressions
regression:18
Regression in 18 release
Regression in 18 release
Status: Open.
Bug
#163089
In llvm/llvm-project;
·
Sirraide
opened
on Oct 12, 2025
[clang] concepts/require crash clang
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
concepts
C++20 concepts
C++20 concepts
crash-on-valid
lambda
C++11 lambda expressions
C++11 lambda expressions
regression:17
Regression in 17 release
Regression in 17 release
Status: Open.
Bug
#161348
In llvm/llvm-project;
·
kikaxa
opened
on Sep 30, 2025
[Clang] Crash on pack expansion with lambda capture
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Prefer [crash-on-valid] or [crash-on-invalid]
lambda
C++11 lambda expressions
C++11 lambda expressions
Status: Open.
Bug
#161002
In llvm/llvm-project;
·
MagentaTreehouse
opened
on Sep 27, 2025
[clang] Valid constexpr noexcept expression with explicit lambda return type is rejected
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
constexpr
Anything related to constant evaluation
Anything related to constant evaluation
lambda
C++11 lambda expressions
C++11 lambda expressions
Status: Open.
#157103
In llvm/llvm-project;
·
TheAliceBaskerville
opened
on Sep 5, 2025
[Clang] Global closure types are never handled by <code>ASTConsumer</code>
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
lambda
C++11 lambda expressions
C++11 lambda expressions
Status: Open.
#157101
In llvm/llvm-project;
·
zwuis
opened
on Sep 5, 2025
Clang argument deduction failure within nested generic lambda
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
lambda
C++11 lambda expressions
C++11 lambda expressions
regression:15
Regression in 15 release
Regression in 15 release
Status: Open.
Bug
#154065
In llvm/llvm-project;
·
sneed-deens
opened
on Aug 18, 2025
[clang] Crash in lambda return type involving decltype of bound argument
clang:codegen
IR generation bugs: mangling, exceptions, etc.
IR generation bugs: mangling, exceptions, etc.
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Prefer [crash-on-valid] or [crash-on-invalid]
lambda
C++11 lambda expressions
C++11 lambda expressions
regression:19
Regression in 19 release
Regression in 19 release
Status: Open.
Bug
#153493
In llvm/llvm-project;
·
MR2K5
opened
on Aug 13, 2025
[Clang] Crash (SIGSEGV) in template argument deduction involving nested generic lambdas and local classes
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
Verified by a second party
crash-on-invalid
generated by fuzzer
lambda
C++11 lambda expressions
C++11 lambda expressions
regression:13
Regression in 13 release
Regression in 13 release
Status: Open.
Bug
#152689
In llvm/llvm-project;
·
Xniao
opened
on Aug 8, 2025
You can’t perform that action at this time.