Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
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
Search
/
Sign in
Sign up
Appearance settings
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
18.7k
Star
40.5k
Code
Issues
5k+
Pull requests
5k+
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Reject auto combined with type specifiers in C++
- #208552
#208552
Merged
to268
merged 13 commits into
llvm:main
llvm/llvm-project:main
from
osamakader:fix-auto-with-type
osamakader/llvm-project:fix-auto-with-type
Copy head branch name to clipboard
Jul 11, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Reject auto combined with type specifiers in C++
#208552
to268
merged 13 commits into
llvm:main
llvm/llvm-project:main
from
osamakader:fix-auto-with-type
osamakader/llvm-project:fix-auto-with-type
Copy head branch name to clipboard
Commits
Commits on Jul 9, 2026
Fix handling of 'auto' type specifier conflicts
Show description for a128440
osamakader
committed
a128440
View commit details
Copy full SHA for a128440
Browse repository at this point
Add more auto type tests, and some refactoring
Show description for 6242730
osamakader
committed
6242730
View commit details
Copy full SHA for 6242730
Browse repository at this point
Fix DeclSpec merge conflict
Show description for acc73a9
osamakader
committed
acc73a9
View commit details
Copy full SHA for acc73a9
Browse repository at this point
Fix format error
Show description for 3d6cbf2
osamakader
committed
3d6cbf2
View commit details
Copy full SHA for 3d6cbf2
Browse repository at this point
Reordering constructor initializers to match member declaration order
Show description for a05bf5b
osamakader
committed
a05bf5b
View commit details
Copy full SHA for a05bf5b
Browse repository at this point
clean up ParseDecl auto type part
Show description for 831742d
osamakader
committed
831742d
View commit details
Copy full SHA for 831742d
Browse repository at this point
use since-cxx11-error for auto type in cwg3xx.cpp test
Show description for a699ab5
osamakader
committed
a699ab5
View commit details
Copy full SHA for a699ab5
Browse repository at this point
refactor conflicting type tracking
Show description for 21546b0
osamakader
committed
21546b0
View commit details
Copy full SHA for 21546b0
Browse repository at this point
add c2x auto with typedef specifier
Show description for 864546f
osamakader
committed
864546f
View commit details
Copy full SHA for 864546f
Browse repository at this point
add release note - reject auto with type spec in c++
Show description for 1d23c89
osamakader
committed
1d23c89
View commit details
Copy full SHA for 1d23c89
Browse repository at this point
update clang/test/CXX/dcl/dcl.fct/p17.cpp expectation
Show description for 83f492a
osamakader
committed
83f492a
View commit details
Copy full SHA for 83f492a
Browse repository at this point
Fix auto Use regression
Show description for 4c6d108
osamakader
committed
4c6d108
View commit details
Copy full SHA for 4c6d108
Browse repository at this point
Commits on Jul 10, 2026
fix tests indentations
Show description for b3428dc
osamakader
committed
b3428dc
View commit details
Copy full SHA for b3428dc
Browse repository at this point
You can’t perform that action at this time.