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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
ClangSharp
Public
Notifications
You must be signed in to change notification settings
Fork
187
Star
1.2k
Code
Issues
11
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fix generation of long-typed defines when on Linux
- #699
#699
Merged
tannergooding
merged 22 commits into
dotnet:main
dotnet/ClangSharp:main
from
Exanite:fix/long-defines
Exanite/ClangSharp:fix/long-defines
Copy head branch name to clipboard
Jul 12, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Fix generation of long-typed defines when on Linux
#699
tannergooding
merged 22 commits into
dotnet:main
dotnet/ClangSharp:main
from
Exanite:fix/long-defines
Exanite/ClangSharp:fix/long-defines
Copy head branch name to clipboard
Commits
Commits on Jun 28, 2026
Add LongDefinesTest with expected set to incorrect, current output
Exanite
committed
1b734e7
View commit details
Copy full SHA for 1b734e7
Browse repository at this point
Set expected output
Show description for 7a2fa90
Exanite
committed
7a2fa90
View commit details
Copy full SHA for 7a2fa90
Browse repository at this point
Commits on Jun 29, 2026
Adjust and rename CLongDefinesTestUnix
Exanite
committed
e0a33b5
View commit details
Copy full SHA for e0a33b5
Browse repository at this point
Define what the probably correct output looks like
Exanite
committed
415ed4e
View commit details
Copy full SHA for 415ed4e
Browse repository at this point
Adjust tests where needed
Exanite
committed
9fdd364
View commit details
Copy full SHA for 9fdd364
Browse repository at this point
Also note down which compiler I took the values from
Exanite
committed
892a545
View commit details
Copy full SHA for 892a545
Browse repository at this point
Commits on Jul 2, 2026
Implement potential partial fix and add todos containing my notes and other observations
Exanite
committed
96a8dca
View commit details
Copy full SHA for 96a8dca
Browse repository at this point
Cleanup my comments
Exanite
committed
95e6f87
View commit details
Copy full SHA for 95e6f87
Browse repository at this point
Update expected output
Exanite
committed
c466ee1
View commit details
Copy full SHA for c466ee1
Browse repository at this point
Get all tests to pass
Show description for 8451745
Exanite
committed
8451745
View commit details
Copy full SHA for 8451745
Browse repository at this point
Commits on Jul 5, 2026
Add IntptrDefineTest
Exanite
committed
9b20e73
View commit details
Copy full SHA for 9b20e73
Browse repository at this point
Add additional test cases for CLongDefinesTestUnix
Exanite
committed
782f33c
View commit details
Copy full SHA for 782f33c
Browse repository at this point
Fix existing UncheckedConversionMacroTest cases
Show description for 1f4419b
Exanite
committed
1f4419b
View commit details
Copy full SHA for 1f4419b
Browse repository at this point
Widen IsConstant check and fix incorrect ranges used
Show description for 80d4e10
Exanite
committed
80d4e10
View commit details
Copy full SHA for 80d4e10
Browse repository at this point
Avoid duplicate cast when the native code already casts to the output type
Exanite
committed
a0e948d
View commit details
Copy full SHA for a0e948d
Browse repository at this point
Edit wording
Exanite
committed
070ada1
View commit details
Copy full SHA for 070ada1
Browse repository at this point
Commits on Jul 6, 2026
Also check against U/IntPtr when checking against nint/nuint
Show description for ff0d430
Exanite
committed
ff0d430
View commit details
Copy full SHA for ff0d430
Browse repository at this point
Add CLongDefinesRegressionTestUnix
Exanite
committed
6c16210
View commit details
Copy full SHA for 6c16210
Browse repository at this point
Move nuint/nint range check to be with the rest of the IsUnchecked range checks
Show description for 55498f6
Exanite
committed
55498f6
View commit details
Copy full SHA for 55498f6
Browse repository at this point
Commits on Jul 12, 2026
Merge remote-tracking branch 'dotnet/main' into fix/long-defines
Show description for f0196a4
Exanite
committed
f0196a4
View commit details
Copy full SHA for f0196a4
Browse repository at this point
Reapply IsUnchecked change lost during merge
Exanite
committed
b59de76
View commit details
Copy full SHA for b59de76
Browse repository at this point
Adjust expected output of CLongDefinesRegressionTestUnix so that it passes
Show description for f3403a8
Exanite
committed
f3403a8
View commit details
Copy full SHA for f3403a8
Browse repository at this point
You can’t perform that action at this time.