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 }}
ink-splatters
/
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 Jun 18, 2023
perf(io): refactor to not read line beyond the end of "import" (#519)
JohelEGP
authored
34b2af3
Copy full SHA for 34b2af3
Replace `token` count,len with `string_view`, closes #517
hsutter
committed
5a57f5e
Copy full SHA for 5a57f5e
Reinstate that all constructors are explicit by default, closes #450
hsutter
committed
0a13eae
Copy full SHA for 0a13eae
Commits on Jun 17, 2023
Update regression tests and build# post-merge
hsutter
committed
e0a6c34
Copy full SHA for e0a6c34
fix(parse): make template-argument-list optional (#473)
Show description for 85a1e8a
JohelEGP
authored
85a1e8a
Copy full SHA for 85a1e8a
test: remove outdated results (#495)
JohelEGP
authored
c5919be
Copy full SHA for c5919be
When Clang defines _MSC_VER, prefer Clang versions of attribute macros (#516)
jbatez
authored
ff4c71a
Copy full SHA for ff4c71a
perf(io): excise last use of `std::regex` (#515)
Show description for ba1cab6
JohelEGP
and
hsutter
authored
ba1cab6
Copy full SHA for ba1cab6
Fix `@struct` closes #426, and lay more groundwork for generative metafunctions
Show description for 379ae03
hsutter
committed
379ae03
Copy full SHA for 379ae03
Commits on Jun 16, 2023
perf(lex): use linear search over regex (#514)
JohelEGP
authored
8345c2f
Copy full SHA for 8345c2f
Commits on Jun 14, 2023
Minor tidying
Show description for 91a4196
hsutter
committed
91a4196
Copy full SHA for 91a4196
Fix for operator recognition in cpp2 code sections. (#476)
Show description for be2b41f
MaxSagebaum
authored
be2b41f
Copy full SHA for be2b41f
fix: add missing `#include <system_error>` for `std::errc` (#511)
JohelEGP
authored
214257e
Copy full SHA for 214257e
Commits on Jun 12, 2023
Add mandatory explicit discard, closes #305
Show description for 41e5469
hsutter
committed
41e5469
Copy full SHA for 41e5469
Commits on Jun 4, 2023
Merge branch 'main' of https://github.com/hsutter/cppfront
hsutter
committed
454bd3c
Copy full SHA for 454bd3c
Add `cpp2::` to "did you mean" hints, closes #431
Show description for f28276f
hsutter
committed
f28276f
Copy full SHA for f28276f
Commits on Jun 1, 2023
Update README.md
Show description for 4376132
hsutter
authored
4376132
Copy full SHA for 4376132
Commits on May 31, 2023
Fix handling of escaped backslashes in expanded string (#464) (#481)
Show description for 7078a5c
filipsajdak
authored
7078a5c
Copy full SHA for 7078a5c
Commits on May 29, 2023
Improve fix to #317 to restore ability to handle incomplete types
hsutter
committed
9584fcc
Copy full SHA for 9584fcc
Change `cpp2::in` closer to its original condition, closes #317
Show description for b979d19
hsutter
committed
b979d19
Copy full SHA for b979d19
Add handling of escaped backslashes in expanded string (#464)
Show description for e294d17
filipsajdak
authored
e294d17
Copy full SHA for e294d17
Commits on May 22, 2023
Convert `compiler_services` to Cpp2
Show description for 37c2274
hsutter
committed
37c2274
Copy full SHA for 37c2274
Commits on May 21, 2023
Improve deduction for dependent/pointer `in` parameters, see #369 comment thread
Show description for c84bf47
hsutter
committed
c84bf47
Copy full SHA for c84bf47
Changed `out x` argument to pass `out(&x)` for better deduction, see #369 comment thread
hsutter
committed
e0125d7
Copy full SHA for e0125d7
Commits on May 20, 2023
Emit trailing comments at EOF, closes #443
hsutter
committed
6ea55d2
Copy full SHA for 6ea55d2
Fix parsing of string literals that contains //, closes #442 (#444)
Show description for 6f85448
filipsajdak
authored
6f85448
Copy full SHA for 6f85448
Remove next() on backtrack (#441)
Show description for 4f87037
filipsajdak
authored
4f87037
Copy full SHA for 4f87037
Update test filename and messages for #419
hsutter
committed
247ca00
Copy full SHA for 247ca00
Add hint for Cpp1 prefix operators (#419)
ntrel
authored
41f7dde
Copy full SHA for 41f7dde
Add hint for `sizeof` too, see #418
Show description for 1394723
hsutter
committed
1394723
Copy full SHA for 1394723
Add hint for Cpp1 `new` expressions, closes #418
Show description for 6644bd4
hsutter
committed
6644bd4
Copy full SHA for 6644bd4
Add implicit `noexcept` for destructors too
hsutter
committed
d6b4c2c
Copy full SHA for d6b4c2c
Commits on May 16, 2023
Add implicit `noexcept` for move and swap functions
hsutter
committed
ebe5ebc
Copy full SHA for ebe5ebc
Commits on May 15, 2023
Emit a non-`implicit` default constructor as `explicit`, closes #398
hsutter
committed
d4647ed
Copy full SHA for d4647ed
Add `<concepts>`, closes #454
hsutter
committed
187ba23
Copy full SHA for 187ba23
Pagination
Previous
Next
You can’t perform that action at this time.