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 }}
feiyunwill
/
cppast
Public
forked from
standardese/cppast
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
cppast
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 22, 2022
Fix formatting of `cpp_dependent_type`
Show description for a3393ed
foonathan
committed
a3393ed
View commit details
Copy full SHA for a3393ed
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Fix unmunch for template arguments
Show description for 34e7bb4
foonathan
committed
34e7bb4
View commit details
Copy full SHA for 34e7bb4
View code at this point
Browse repository at this point
Remove tokenizer unmunch as it was never set
foonathan
committed
4c40bb7
View commit details
Copy full SHA for 4c40bb7
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
Add install targets to cmake setup (#145)
saraedum
authored
f81be80
View commit details
Copy full SHA for f81be80
View code at this point
Browse repository at this point
Commits on Sep 3, 2022
Add basic concept support (#144)
waitingtocompile
authored
a937efb
View commit details
Copy full SHA for a937efb
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
Add options for custom clang binary path in clang compile config constructor (#143)
waitingtocompile
authored
f3e3995
View commit details
Copy full SHA for f3e3995
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
Fixed files with backslashes not reporting any items
Show description for b958847
MetalSlime0
authored and
foonathan
committed
b958847
View commit details
Copy full SHA for b958847
View code at this point
Browse repository at this point
Handle "note: expanded from here" diagnostics in preprocessor
Show description for 1a4dc77
foonathan
committed
1a4dc77
View commit details
Copy full SHA for 1a4dc77
View code at this point
Browse repository at this point
Expand duplicate definition check
foonathan
committed
c4a47b3
View commit details
Copy full SHA for c4a47b3
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
Fix virtual inheritance parsing (#137)
bkryza
authored
19cbc37
View commit details
Copy full SHA for 19cbc37
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
Update copyright notices
foonathan
committed
62e571a
View commit details
Copy full SHA for 62e571a
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
Fix multidimensional array of incomplete size
Show description for 373717c
foonathan
committed
373717c
View commit details
Copy full SHA for 373717c
View code at this point
Browse repository at this point
Commits on Jan 31, 2022
Add forward declarations (#116)
saraedum
authored
5069f2f
View commit details
Copy full SHA for 5069f2f
View code at this point
Browse repository at this point
Support attributes in using declaration target
Show description for d303bab
foonathan
committed
d303bab
View commit details
Copy full SHA for d303bab
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
Backslash escape in paths
Show description for bf7ec70
firodj
authored and
foonathan
committed
bf7ec70
View commit details
Copy full SHA for bf7ec70
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
Add support for consteval
MinhLu12
authored and
foonathan
committed
1b03d10
View commit details
Copy full SHA for 1b03d10
View code at this point
Browse repository at this point
Add basic C++20 support
MinhLu12
authored and
foonathan
committed
ce218df
View commit details
Copy full SHA for ce218df
View code at this point
Browse repository at this point
Commits on Mar 1, 2021
Allow duplicate definitions of templates
foonathan
committed
019163b
View commit details
Copy full SHA for 019163b
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
Segfault when parsing an empty extern "C" {} block (#110)
Show description for 36b64d2
saraedum
authored
36b64d2
View commit details
Copy full SHA for 36b64d2
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
Fix MSVC warnings (#104)
Show description for 6542b72
nealhow
authored
6542b72
View commit details
Copy full SHA for 6542b72
View code at this point
Browse repository at this point
Commits on Nov 18, 2019
Fix float literal detection
Show description for 4bc7433
foonathan
committed
4bc7433
View commit details
Copy full SHA for 4bc7433
View code at this point
Browse repository at this point
Fix parsing of explicit template instantiation
Show description for 000febb
foonathan
committed
000febb
View commit details
Copy full SHA for 000febb
View code at this point
Browse repository at this point
Commits on Oct 2, 2019
Remove superfluous move (#84)
saraedum
authored and
foonathan
committed
144f94d
View commit details
Copy full SHA for 144f94d
View code at this point
Browse repository at this point
Commits on Aug 16, 2019
Use empty underlying type for aliases of anonymous types (#83)
Show description for a89ebcd
ozars
authored and
foonathan
committed
a89ebcd
View commit details
Copy full SHA for a89ebcd
View code at this point
Browse repository at this point
Commits on Apr 8, 2019
Fix unreachable warning
foonathan
committed
bda6629
View commit details
Copy full SHA for bda6629
View code at this point
Browse repository at this point
Fix missing switch cases
foonathan
committed
5dd48cc
View commit details
Copy full SHA for 5dd48cc
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
Properly handle upstream fix for #1
foonathan
committed
e2a98b3
View commit details
Copy full SHA for e2a98b3
View code at this point
Browse repository at this point
Copyright year update
foonathan
committed
ade7196
View commit details
Copy full SHA for ade7196
View code at this point
Browse repository at this point
Commits on Dec 20, 2018
Fix issue with double quotation of macros
Show description for 44fbe78
foonathan
committed
44fbe78
View commit details
Copy full SHA for 44fbe78
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
Move GCC compiler to azure
foonathan
committed
facd731
View commit details
Copy full SHA for facd731
View code at this point
Browse repository at this point
Workaround MacOS integration tests
foonathan
committed
70630ff
View commit details
Copy full SHA for 70630ff
View code at this point
Browse repository at this point
Fix Windows warnings
foonathan
committed
7d47944
View commit details
Copy full SHA for 7d47944
View code at this point
Browse repository at this point
Improve CMake
foonathan
committed
d44571f
View commit details
Copy full SHA for d44571f
View code at this point
Browse repository at this point
Extend variable range to include attributes
Show description for 51c2fc6
foonathan
committed
51c2fc6
View commit details
Copy full SHA for 51c2fc6
View code at this point
Browse repository at this point
Handle inline type declarations and attributes
Show description for 3aaa730
foonathan
committed
3aaa730
View commit details
Copy full SHA for 3aaa730
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.