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 }}
ezhangle
/
cppfront
Public
forked from
hsutter/cppfront
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppfront
source
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 20, 2023
Correctly handle postfix `...`
Show description for e8b69e8
hsutter
committed
e8b69e8
View commit details
Copy full SHA for e8b69e8
View code at this point
Browse repository at this point
Check for null in default violation handlers
Show description for 17c7c2a
hsutter
committed
17c7c2a
View commit details
Copy full SHA for 17c7c2a
View code at this point
Browse repository at this point
Make `argc` mutable for compatibility (e.g., Qt), closes #899
hsutter
committed
fd791a4
View commit details
Copy full SHA for fd791a4
View code at this point
Browse repository at this point
Move token start position appropriately when stripping `__identifer__` prefix
Show description for 89f1830
hsutter
committed
89f1830
View commit details
Copy full SHA for 89f1830
View code at this point
Browse repository at this point
Add null check to contract message
Show description for 0b49874
hsutter
committed
0b49874
View commit details
Copy full SHA for 0b49874
View code at this point
Browse repository at this point
Add diagnostic for non-object `this` member, closes #898
hsutter
committed
09cfca5
View commit details
Copy full SHA for 09cfca5
View code at this point
Browse repository at this point
Fix bug accessing `[0]` of an empty container, closes #895
hsutter
committed
62027b2
View commit details
Copy full SHA for 62027b2
View code at this point
Browse repository at this point
Allow non-literal strings (incl. interpolations) in contract violation messages
Show description for 0827bab
hsutter
committed
0827bab
View commit details
Copy full SHA for 0827bab
View code at this point
Browse repository at this point
Commits on Dec 18, 2023
Leave \ escapes in char literals in string interpolations
Show description for dc7e10c
hsutter
committed
dc7e10c
View commit details
Copy full SHA for dc7e10c
View code at this point
Browse repository at this point
Fix primary-expression `(` suffix parsing bug, closes #860
Show description for 759c3b3
hsutter
committed
759c3b3
View commit details
Copy full SHA for 759c3b3
View code at this point
Browse repository at this point
Commits on Dec 17, 2023
Allow `_` as "don't care" shorthand for the `Default` contract group
Show description for 479a345
hsutter
committed
479a345
View commit details
Copy full SHA for 479a345
View code at this point
Browse repository at this point
Allow additional contract flags, e.g., `assert<Bounds, audit, new_code>( ... )`
hsutter
committed
c119d32
View commit details
Copy full SHA for c119d32
View code at this point
Browse repository at this point
Make all contracts unevaluated if no handler is active
Show description for 2893e64
hsutter
committed
2893e64
View commit details
Copy full SHA for 2893e64
View code at this point
Browse repository at this point
Refresh test results post-merge
Show description for 696c5d4
hsutter
committed
696c5d4
View commit details
Copy full SHA for 696c5d4
View code at this point
Browse repository at this point
Add `Axiom` contract group that is never evaluated (lowers to nothing)
Show description for 8819ecd
hsutter
committed
8819ecd
View commit details
Copy full SHA for 8819ecd
View code at this point
Browse repository at this point
feat(reflect): add `function_declaration` API to set initializer and inspect parameters (#831)
Show description for 580b83a
JohelEGP
and
hsutter
authored
580b83a
View commit details
Copy full SHA for 580b83a
View code at this point
Browse repository at this point
Commits on Dec 16, 2023
On second thought, just remove the one use of `ranges::`
Show description for 38f5ab2
hsutter
committed
38f5ab2
View commit details
Copy full SHA for 38f5ab2
View code at this point
Browse repository at this point
Bugfix #778: Flag for entry into for loop after range has been processed (#795)
Show description for faf57af
fknauf
and
hsutter
authored
faf57af
View commit details
Copy full SHA for faf57af
View code at this point
Browse repository at this point
Commits on Dec 15, 2023
Update 'none' comment
hsutter
committed
b74a5a2
View commit details
Copy full SHA for b74a5a2
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
fix(parse): allow (to omit) semicolon after _unnamed-declaration_ (#479)
JohelEGP
authored
c1f3439
View commit details
Copy full SHA for c1f3439
View code at this point
Browse repository at this point
Improve diagnostics for non-terminated character literals
Show description for cff231c
hsutter
committed
cff231c
View commit details
Copy full SHA for cff231c
View code at this point
Browse repository at this point
Fix brace matching in the presence of digit separators, closes #862
Show description for fb820eb
hsutter
committed
fb820eb
View commit details
Copy full SHA for fb820eb
View code at this point
Browse repository at this point
Make enums default-constructible (and regular), closes #873
Show description for 394a77a
hsutter
committed
394a77a
View commit details
Copy full SHA for 394a77a
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
Correct `@union` alignment - avoid overalignment, closes #794
Show description for 7007410
hsutter
committed
7007410
View commit details
Copy full SHA for 7007410
View code at this point
Browse repository at this point
Add generalized support for generating postfix inc/dec
Show description for c0981c2
hsutter
committed
c0981c2
View commit details
Copy full SHA for c0981c2
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Merge branch 'main' of https://github.com/hsutter/cppfront
hsutter
committed
05ce45a
View commit details
Copy full SHA for 05ce45a
View code at this point
Browse repository at this point
Echo requires-clause on generated postfix ++/--
hsutter
committed
871e366
View commit details
Copy full SHA for 871e366
View code at this point
Browse repository at this point
refactor(parse): cache "expression list is a fold expression" (#886)
JohelEGP
authored
2f48916
View commit details
Copy full SHA for 2f48916
View code at this point
Browse repository at this point
Generate Cpp1 postfix inc/dec from in terms of prefix
hsutter
committed
4248d1e
View commit details
Copy full SHA for 4248d1e
View code at this point
Browse repository at this point
Commits on Dec 10, 2023
fix(to_cpp1): don't emit `[[nodiscard]]` for pre-increment/decrement (#883)
Show description for d7ea6c0
JohelEGP
and
hsutter
authored
d7ea6c0
View commit details
Copy full SHA for d7ea6c0
View code at this point
Browse repository at this point
Add internal instrumentation for tracking stack sizes
hsutter
committed
c74a0f2
View commit details
Copy full SHA for c74a0f2
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
Change do...while...next to do...next...while
Show description for b41f60e
hsutter
committed
b41f60e
View commit details
Copy full SHA for b41f60e
View code at this point
Browse repository at this point
Commits on Dec 3, 2023
Update constexpr comment
hsutter
committed
faacec0
View commit details
Copy full SHA for faacec0
View code at this point
Browse repository at this point
Comment out `constexpr` emission for lambdas until we can take a dependency on broad C++23 support
hsutter
committed
c80f12a
View commit details
Copy full SHA for c80f12a
View code at this point
Browse repository at this point
Correctly `cpp2::`-prefix `ulonglong`, `_schar`, and `_uchar`
Show description for 089a534
hsutter
committed
089a534
View commit details
Copy full SHA for 089a534
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.