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
.
iCodeIN
/
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 30, 2022
Add support for fixed-width integer type aliases (`i32`, `u64`, etc.)
Show description for 4d9d52d
hsutter
committed
4d9d52d
View commit details
Copy full SHA for 4d9d52d
Browse repository at this point
Add support for Cpp1 multi-token fundamental types
hsutter
committed
966856f
View commit details
Copy full SHA for 966856f
Browse repository at this point
Commits on Dec 29, 2022
Make `cpp2util.h` warning-clean too, on all major compilers (/W4, -Wall -Wextra)
Show description for 9ca5f97
hsutter
committed
9ca5f97
View commit details
Copy full SHA for 9ca5f97
Browse repository at this point
Force-inline UFCS lambdas, closes #185
hsutter
committed
b74a336
View commit details
Copy full SHA for b74a336
Browse repository at this point
Generalize _is-as-expression_ and _type-id_
Show description for 9ddc250
hsutter
committed
9ddc250
View commit details
Copy full SHA for 9ddc250
Browse repository at this point
Move `const`/`*` declarators to _type-id_, support multilevel `*`/`const`
Show description for e1b57cf
hsutter
committed
e1b57cf
View commit details
Copy full SHA for e1b57cf
Browse repository at this point
Commits on Dec 28, 2022
Fix operator error message
hsutter
committed
8386329
View commit details
Copy full SHA for 8386329
Browse repository at this point
Add support for consecutive function arg lists like `f(1)(2)`, closes #179
hsutter
committed
4d0cf5b
View commit details
Copy full SHA for 4d0cf5b
Browse repository at this point
Minor UFCS-related tidying
hsutter
committed
dfcf7e6
View commit details
Copy full SHA for dfcf7e6
Browse repository at this point
Add `#include <cstring>` to `lex.h` - closes #180
hsutter
committed
9262f1d
View commit details
Copy full SHA for 9262f1d
Browse repository at this point
Reject object initializers that are not expressions, closes #131
hsutter
committed
4f7e8b2
View commit details
Copy full SHA for 4f7e8b2
Browse repository at this point
Commits on Dec 27, 2022
Path housekeeping
hsutter
committed
0e6d3be
View commit details
Copy full SHA for 0e6d3be
Browse repository at this point
Merge pull request #178 from jarzec/rel-paths-in-run-test
Show description for 6a82a16
hsutter
authored
6a82a16
View commit details
Copy full SHA for 6a82a16
Browse repository at this point
Add support for `>>` and `>>=`
Show description for 78c38e5
hsutter
committed
78c38e5
View commit details
Copy full SHA for 78c38e5
Browse repository at this point
Make include paths relative in run-tests scripts
jarzec
committed
3a47d3a
View commit details
Copy full SHA for 3a47d3a
Browse repository at this point
Merge pull request #177 from filipsajdak/fsajdak-update-regression-tests-for-apple-clang-14
Show description for e8bda41
hsutter
authored
e8bda41
View commit details
Copy full SHA for e8bda41
Browse repository at this point
Require whitespace before binary `*`, `&`, `~`, closes #152
Show description for 30c79a0
hsutter
committed
30c79a0
View commit details
Copy full SHA for 30c79a0
Browse repository at this point
Update regression-tests for apple-clang-14
filipsajdak
committed
ce586d9
View commit details
Copy full SHA for ce586d9
Browse repository at this point
Commits on Dec 26, 2022
Reject `: namespace` declarations until we implement those, closes #64
hsutter
committed
9a319fd
View commit details
Copy full SHA for 9a319fd
Browse repository at this point
Add implicit `return;` at end of functions with a return values list, closes #70
hsutter
committed
4ce56a8
View commit details
Copy full SHA for 4ce56a8
Browse repository at this point
Reject function default arguments, closes #75
hsutter
committed
18f2eb5
View commit details
Copy full SHA for 18f2eb5
Browse repository at this point
Add some template arguments comments to debug output
hsutter
committed
414e16a
View commit details
Copy full SHA for 414e16a
Browse repository at this point
Commits on Dec 25, 2022
Bug fix: A member syntax `x.i` is not a use of local variable `i`, closes #54
hsutter
committed
ad92fa2
View commit details
Copy full SHA for ad92fa2
Browse repository at this point
Add assertion + test case for #108
hsutter
committed
60f2787
View commit details
Copy full SHA for 60f2787
Browse repository at this point
Merge pull request #108 from filipsajdak/fsajdak-inspect-add-matchers-for-templates
Show description for 8665efd
hsutter
authored
8665efd
View commit details
Copy full SHA for 8665efd
Browse repository at this point
Update regression test results, and clean up a Clang `-Wall -Wextra` warning
hsutter
committed
21648d4
View commit details
Copy full SHA for 21648d4
Browse repository at this point
Merge pull request #169 from filipsajdak/fsajdak-ufcs-chaining
Show description for 5d44e44
hsutter
authored
5d44e44
View commit details
Copy full SHA for 5d44e44
Browse repository at this point
Accurately track "up" pointers to capture groups, closes #72
Show description for eaf2551
hsutter
committed
eaf2551
View commit details
Copy full SHA for eaf2551
Browse repository at this point
Update tests
filipsajdak
committed
cc85f85
View commit details
Copy full SHA for cc85f85
Browse repository at this point
Update the code after code review comments.
Show description for 3a7e1df
filipsajdak
committed
3a7e1df
View commit details
Copy full SHA for 3a7e1df
Browse repository at this point
Commits on Dec 23, 2022
Clean up comments
hsutter
committed
c73a4a8
View commit details
Copy full SHA for c73a4a8
Browse repository at this point
Add predicate support for `is` outside `inspect`, see #90
hsutter
committed
327ceeb
View commit details
Copy full SHA for 327ceeb
Browse repository at this point
Update mixed-inspect-values.cpp
hsutter
committed
68e465a
View commit details
Copy full SHA for 68e465a
Browse repository at this point
Avoid Cpp1 two-phase name lookup quirk in `variant` `is`/`as` implementation
hsutter
committed
7d743ef
View commit details
Copy full SHA for 7d743ef
Browse repository at this point
Commits on Dec 22, 2022
Add is() matchers for templates
filipsajdak
committed
83b93e0
View commit details
Copy full SHA for 83b93e0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.