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
Search or jump to...
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 }}
zaxebo1
/
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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 3, 2023
Added template-parameter-declaration-list
Show description for 91e1d79
hsutter
committed
91e1d79
Copy full SHA for 91e1d79
Commits on Mar 1, 2023
Allow single-argument global `main` that gets a `vector<string_view>`, closes #262
hsutter
committed
b34f23a
Copy full SHA for b34f23a
Allow implicit void return for global `main`, closes #254
Show description for a6e383b
hsutter
committed
a6e383b
Copy full SHA for a6e383b
Disallow `const` qualification on parameter types other than `copy`, see also #250
hsutter
committed
8d2f274
Copy full SHA for 8d2f274
Enable generic `out` parameters, removes temporary alpha limitation
Show description for 8dd89ec
hsutter
committed
8dd89ec
Copy full SHA for 8dd89ec
Commits on Jan 30, 2023
Fix bug parsing function arguments named `out` and similar, closes #235
hsutter
committed
a200c17
Copy full SHA for a200c17
Commits on Jan 29, 2023
Fix capture of same variable twice - closes #237 (#245)
Show description for 94f0796
filipsajdak
authored
94f0796
Copy full SHA for 94f0796
Try moving `#include "cpp2util.h"` to before the first Cpp2 line, see #238
hsutter
committed
9783454
Copy full SHA for 9783454
Commits on Jan 27, 2023
Add support for `forward` return, closes #244
hsutter
committed
7cc5295
Copy full SHA for 7cc5295
Fix binary or expression - closes #239 (#243)
Show description for ebf8fdf
filipsajdak
authored
ebf8fdf
Copy full SHA for ebf8fdf
Fix parsing of hex and binary integer literals closes #240 (#242)
filipsajdak
authored
08f9d29
Copy full SHA for 08f9d29
Don't drop prefix on string literals
hsutter
committed
457e710
Copy full SHA for 457e710
Add support for user-defined literals (#236)
Show description for 6e01efd
filipsajdak
authored
6e01efd
Copy full SHA for 6e01efd
Commits on Jan 26, 2023
Update regression tests for apple-clang-14 (23w03) (#241)
filipsajdak
authored
63dfb3b
Copy full SHA for 63dfb3b
Commits on Jan 19, 2023
Correct the range-for implementation to just declare `const&` instead of using `as_const`, closes #234
hsutter
committed
6cbd2e8
Copy full SHA for 6cbd2e8
Add diagnostic disallowing `out param: _` (wildcard), closes #233
hsutter
committed
cc28b00
Copy full SHA for cc28b00
Fix bug with string interpolation expressions that include quotes, closes #232
hsutter
committed
0f6c9aa
Copy full SHA for 0f6c9aa
Commits on Jan 16, 2023
Merge branch 'main' of https://github.com/hsutter/cppfront
hsutter
committed
3d6247e
Copy full SHA for 3d6247e
When a `for` loop variable is `in`, declare the use of the range `as_const` too, see #226
hsutter
committed
de630b9
Copy full SHA for de630b9
Update regression test results for apple-clang-14 (#229)
filipsajdak
authored
1b9cda2
Copy full SHA for 1b9cda2
Require that the name of a named loop be used
Show description for 71842fc
hsutter
committed
71842fc
Copy full SHA for 71842fc
Avoid compiler warnings about unused break/continue labels
hsutter
committed
1076a7a
Copy full SHA for 1076a7a
Add named `break` and `continue`, closes #228
Show description for 8609922
hsutter
committed
8609922
Copy full SHA for 8609922
Commits on Jan 15, 2023
For `.h2`, emit header guards, and improve diagnostic, addresses #227
Show description for a926a30
hsutter
committed
a926a30
Copy full SHA for a926a30
Commits on Jan 14, 2023
Make `: _` the default for function parameters
Show description for 7a842a6
hsutter
committed
7a842a6
Copy full SHA for 7a842a6
Commits on Jan 13, 2023
Also ban relational comparisons with `bool`
hsutter
committed
7fc1c41
Copy full SHA for 7fc1c41
Add chained comparisons, implements P0515R0 3.3 and P0893
Show description for 6454d26
hsutter
committed
6454d26
Copy full SHA for 6454d26
Add comment to document why static_assert, not std::cmp_*, with a link to #220
hsutter
committed
290a3f6
Copy full SHA for 290a3f6
Add `as` and `unsafe_narrow` to improve diagnostic msg for #220
hsutter
committed
10885a6
Copy full SHA for 10885a6
Commits on Jan 12, 2023
Fix off-by-one error when restarting line, closes #224
Show description for 16ac944
hsutter
committed
16ac944
Copy full SHA for 16ac944
Added regression test execution output for #223
Show description for 8df08f7
hsutter
committed
8df08f7
Copy full SHA for 8df08f7
FIX: casting variant for type on indexes from 10 to 19 fail with exception (#223)
Show description for b337d54
filipsajdak
authored
b337d54
Copy full SHA for b337d54
Add `-comparison-checks` to flag mixed-sign relational comparisons, closes #220
Show description for 30b02f7
hsutter
committed
30b02f7
Copy full SHA for 30b02f7
Add `-verbose` to print Cpp1/Cpp2 line counts
Show description for fab2f5f
hsutter
committed
fab2f5f
Copy full SHA for fab2f5f
Add support for `.h2` headers
Show description for 347c1c2
hsutter
committed
347c1c2
Copy full SHA for 347c1c2
Pagination
Previous
Next
You can’t perform that action at this time.