Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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:regression:21
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
14.9k
Star
35k
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
:
regression:21
state:open label:regression:21
Search
Labels
Milestones
New issue
Search results
Open
Closed
clang-tidy 21.1.2 crashes on JUCE-based GhostLatheProcessor.cpp
clang-tidy
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Prefer [crash-on-valid] or [crash-on-invalid]
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
Bug
#163487
In llvm/llvm-project;
·
DavidDanielSauce
opened
on Oct 15, 2025
[clang] Assertion `Result && "Could not evaluate expression"' failed.
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]
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
Bug
#161082
In llvm/llvm-project;
·
k-arrows
opened
on Sep 28, 2025
[clang-tidy] <code>misc-const-correctness</code> false positive
clang-tidy
false-positive
Warning fires when it should not
Warning fires when it should not
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
Bug
#157730
In llvm/llvm-project;
·
firewave
opened
on Sep 9, 2025
[Clang][Regression:21] Rejects valid lambda invocation in constexpr if
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
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
#156579
In llvm/llvm-project;
·
MagentaTreehouse
opened
on Sep 3, 2025
Clang 21: unreachable produced when compiling OpenCL C for NVPTX target
backend:NVPTX
clang:codegen
IR generation bugs: mangling, exceptions, etc.
IR generation bugs: mangling, exceptions, etc.
OpenCL
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
#154772
In llvm/llvm-project;
·
franz
opened
on Aug 21, 2025
[analyzer] Assertion `detail::isPresent(Val) && "dyn_cast on a non-existent value"' failed.
clang:static analyzer
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]
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
Bug
#154042
In llvm/llvm-project;
·
k-arrows
opened
on Aug 18, 2025
perl 5.40.2 fails to run simple script when compiled with Clang-21.1.0-rc2
llvm:optimizations
miscompilation
needs-reduction
Large reproducer that should be reduced into a simpler form
Large reproducer that should be reduced into a simpler form
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
Bug
#152241
In llvm/llvm-project;
·
kraj
opened
on Aug 6, 2025
·
LLVM 21.x Release
Template argument limit of 0x7fff in clang-21 onward
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
miscompilation
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
Bug
#151784
In llvm/llvm-project;
·
jameswplayer
opened
on Aug 1, 2025
[clang] 21.1.0-rc2: compilation error due to misdetecting returning function as noreturn
clang:diagnostics
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
New/improved warning or error message in Clang, but not in clang-tidy or static analyzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Language frontend issues, e.g. anything involving "Sema"
false-positive
Warning fires when it should not
Warning fires when it should not
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
#151742
In llvm/llvm-project;
·
BtbN
opened
on Aug 1, 2025
Error: the type of variable template specialization declared with deduced type depends on itself
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
diverges-from:msvc
Does the clang frontend diverge from msvc on this issue
Does the clang frontend diverge from msvc on this issue
lambda
C++11 lambda expressions
C++11 lambda expressions
regression:21
Regression in 21 release
Regression in 21 release
Status: Open.
#147992
In llvm/llvm-project;
·
Eczbek
opened
on Jul 10, 2025
You can’t perform that action at this time.