Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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 }}
knst
/
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 Oct 23, 2022
Updated regression test results to match latest merge
hsutter
committed
b1754db
Copy full SHA for b1754db
Merge pull request #92 from filipsajdak/fsajdak-fix-parens-with-std-cout
Show description for 7a8bc1e
hsutter
authored
7a8bc1e
Copy full SHA for 7a8bc1e
Fix preserving parens for std::cout
filipsajdak
committed
1e4556c
Copy full SHA for 1e4556c
Commits on Oct 18, 2022
Merge pull request #80 from filipsajdak/fsajdak-fix-is-pointer-dynamic-cast
Show description for bd218d0
hsutter
authored
bd218d0
Copy full SHA for bd218d0
Merge pull request #67 from filipsajdak/fsajdak-fix-preserve-parens
Show description for c511638
hsutter
authored
c511638
Copy full SHA for c511638
Commits on Oct 17, 2022
Correct casting to pointer instead of reference
filipsajdak
committed
b790f6d
Copy full SHA for b790f6d
Commits on Oct 15, 2022
Update CONTRIBUTING.md
Show description for 0bba5e7
hsutter
authored
0bba5e7
Copy full SHA for 0bba5e7
Commits on Oct 11, 2022
Remove parens inside initializer expression list
Show description for 935758f
filipsajdak
committed
935758f
Copy full SHA for 935758f
fix preserve parens around expressions
filipsajdak
committed
874b2c5
Copy full SHA for 874b2c5
Commits on Oct 9, 2022
Re-enabled `!`, closes #61
Show description for fd0c99d
hsutter
committed
fd0c99d
Copy full SHA for fd0c99d
Corrected grammar comment order to match implementation, see #50
hsutter
committed
1a586ca
Copy full SHA for 1a586ca
Corrected order of _template-argument_ productions, see #50
Show description for 1943783
hsutter
committed
1943783
Copy full SHA for 1943783
Corrected `#line` output when using `-output`, closes #57
hsutter
committed
e0df1ee
Copy full SHA for e0df1ee
Restore missing parens to `expression_list_node` output
Show description for fe990ca
hsutter
committed
fe990ca
Copy full SHA for fe990ca
Commits on Oct 8, 2022
Tweak operators
Show description for 2e2bece
hsutter
committed
2e2bece
Copy full SHA for 2e2bece
Commits on Oct 6, 2022
Refined `to_string` for `variant`
hsutter
committed
92ff88c
Copy full SHA for 92ff88c
Add initial `-output` support, see #48
hsutter
committed
a51e141
Copy full SHA for a51e141
Follow-up to #49 to move catchall overload up
Show description for dda5c9f
hsutter
committed
dda5c9f
Copy full SHA for dda5c9f
Merge pull request #49 from filipsajdak/fsajdak-string-interpolation-composition-of-standard-types
Show description for f874f4c
hsutter
authored
f874f4c
Copy full SHA for f874f4c
Add handling of composition of standard types
Show description for 4670d51
filipsajdak
committed
4670d51
Copy full SHA for 4670d51
Commits on Oct 5, 2022
Add interpolation support for more `std` types, closes #37, closes #39, closes #40
hsutter
committed
a5c3dc3
Copy full SHA for a5c3dc3
Add a comment to unify the UFCS macro once all compilers support it, closes #46
hsutter
committed
c4ea291
Copy full SHA for c4ea291
Emit west `const` for locals, closes #44
hsutter
committed
c44f97b
Copy full SHA for c44f97b
Merge branch 'main' of https://github.com/hsutter/cppfront
hsutter
committed
2998d93
Copy full SHA for 2998d93
Remove `aligned_storage` and the `_t` bug, closes #19
Show description for 3964653
hsutter
committed
3964653
Copy full SHA for 3964653
Merge pull request #43 from filipsajdak/fsajdak-fix-duplicate-symbols
Show description for 111edb7
hsutter
authored
111edb7
Copy full SHA for 111edb7
Fixed two bugs that caused extra `.value()` emission, closes #29
Show description for 070b75c
hsutter
committed
070b75c
Copy full SHA for 070b75c
Commits on Oct 4, 2022
Added missing headers to a test case, closes #15
hsutter
committed
a0d13e1
Copy full SHA for a0d13e1
Commits on Oct 3, 2022
Fix duplicate symbols for functions in cpp2util.h
Show description for b1a5d5d
filipsajdak
committed
b1a5d5d
Copy full SHA for b1a5d5d
Commits on Oct 2, 2022
Update issue templates
hsutter
authored
bf5998a
Copy full SHA for bf5998a
Commits on Oct 1, 2022
Update issue templates
hsutter
authored
9e653a1
Copy full SHA for 9e653a1
Added comment about alternative to `aligned_storage`, closes #20
hsutter
committed
5b4f535
Copy full SHA for 5b4f535
And guard `<cuchar>` too, why not... closes #16
Show description for b9bbbd8
hsutter
committed
b9bbbd8
Copy full SHA for b9bbbd8
Added a feature test guard for `<stop_token>`, see also #16
hsutter
committed
2b96638
Copy full SHA for 2b96638
Make `c_raii` move-only and add some caveat comments
Show description for 19fd204
hsutter
committed
19fd204
Copy full SHA for 19fd204
Pagination
Previous
Next
You can’t perform that action at this time.