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 }}
stevencpp
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 25, 2018
Update -std flags for c++17, add flags for c++2a
stevencpp
committed
ab7a9b6
View commit details
Copy full SHA for ab7a9b6
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
Register namespace alias as forward declaration
Show description for de7f29d
foonathan
committed
de7f29d
View commit details
Copy full SHA for de7f29d
View code at this point
Browse repository at this point
Implement a search for the clang binary
foonathan
committed
a4c64db
View commit details
Copy full SHA for a4c64db
View code at this point
Browse repository at this point
[breaking] Drop support for clang 3.9.1
foonathan
committed
c26d230
View commit details
Copy full SHA for c26d230
View code at this point
Browse repository at this point
Commits on Sep 20, 2018
Update clang-format
foonathan
committed
9f18b7f
View commit details
Copy full SHA for 9f18b7f
View code at this point
Browse repository at this point
Commits on Jun 20, 2018
Properly render macro parameters as identifiers
foonathan
committed
5cc7e51
View commit details
Copy full SHA for 5cc7e51
View code at this point
Browse repository at this point
[breaking] Turn macro parameters into propert entities
foonathan
committed
56d4964
View commit details
Copy full SHA for 56d4964
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Change "odd flag" criteria on preprocessor command flags (#57)
Show description for c341ae0
Manu343726
authored and
foonathan
committed
c341ae0
View commit details
Copy full SHA for c341ae0
View code at this point
Browse repository at this point
Commits on Jun 5, 2018
Fix spaces in include paths
Show description for e0e78c0
foonathan
committed
e0e78c0
View commit details
Copy full SHA for e0e78c0
View code at this point
Browse repository at this point
Commits on Apr 2, 2018
Fix filename of diagnostics
Show description for 2d8be14
foonathan
committed
2d8be14
View commit details
Copy full SHA for 2d8be14
View code at this point
Browse repository at this point
Commits on Mar 28, 2018
Handle attribute names that are keywords
foonathan
committed
19f2370
View commit details
Copy full SHA for 19f2370
View code at this point
Browse repository at this point
Expose __attribute__ and __declspec attributes. Closes #50.
rokups
authored and
foonathan
committed
2122dad
View commit details
Copy full SHA for 2122dad
View code at this point
Browse repository at this point
Fix bad assertion
foonathan
committed
e67e354
View commit details
Copy full SHA for e67e354
View code at this point
Browse repository at this point
Add a proper workaround for #46
foonathan
committed
045a33f
View commit details
Copy full SHA for 045a33f
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
Revert "Add (crude) workaround for _DEBUGGER_STEP_INTO #line in MSVC"
Show description for 6cb99d4
foonathan
committed
6cb99d4
View commit details
Copy full SHA for 6cb99d4
View code at this point
Browse repository at this point
Commits on Mar 20, 2018
Add option to change preprocessor -CC to -C
Show description for 61a2a22
foonathan
committed
61a2a22
View commit details
Copy full SHA for 61a2a22
View code at this point
Browse repository at this point
Add (crude) workaround for _DEBUGGER_STEP_INTO #line in MSVC
Show description for 2004780
foonathan
committed
2004780
View commit details
Copy full SHA for 2004780
View code at this point
Browse repository at this point
Fix issue with array function arguments
Show description for 4b73c44
foonathan
committed
4b73c44
View commit details
Copy full SHA for 4b73c44
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Properly handle unnecessary semicolons
Show description for 0032073
foonathan
committed
0032073
View commit details
Copy full SHA for 0032073
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
Remove empty token check
Show description for 300854a
foonathan
committed
300854a
View commit details
Copy full SHA for 300854a
View code at this point
Browse repository at this point
Commits on Mar 12, 2018
Add missing case for CXType_Float16
foonathan
committed
0caa3bd
View commit details
Copy full SHA for 0caa3bd
View code at this point
Browse repository at this point
Fix include issue on pre-clang 4.0.0
foonathan
committed
670551f
View commit details
Copy full SHA for 670551f
View code at this point
Browse repository at this point
Improve variadic token workaround
foonathan
committed
a91746c
View commit details
Copy full SHA for a91746c
View code at this point
Browse repository at this point
Commits on Feb 21, 2018
Fix full path of includes
foonathan
committed
c2b86d1
View commit details
Copy full SHA for c2b86d1
View code at this point
Browse repository at this point
Commits on Feb 19, 2018
Add missing missing file check
foonathan
committed
2ced972
View commit details
Copy full SHA for 2ced972
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
Fix external macro use when fast_preprocessing=false
Show description for cc51279
foonathan
committed
cc51279
View commit details
Copy full SHA for cc51279
View code at this point
Browse repository at this point
Properly detect include guard macros when fast preprocessing
Show description for b36a4a8
foonathan
committed
b36a4a8
View commit details
Copy full SHA for b36a4a8
View code at this point
Browse repository at this point
Commits on Feb 1, 2018
Fix CI errors
foonathan
committed
c7b13d8
View commit details
Copy full SHA for c7b13d8
View code at this point
Browse repository at this point
Add fast preprocessing mode
foonathan
committed
8c426ac
View commit details
Copy full SHA for 8c426ac
View code at this point
Browse repository at this point
Add self-parsing integration test
foonathan
committed
bd4db2c
View commit details
Copy full SHA for bd4db2c
View code at this point
Browse repository at this point
Handle string literals in macro definition
foonathan
committed
59c7ea3
View commit details
Copy full SHA for 59c7ea3
View code at this point
Browse repository at this point
Ignore macro expansion cursors
foonathan
committed
be03904
View commit details
Copy full SHA for be03904
View code at this point
Browse repository at this point
Fix return type having same name as function
foonathan
committed
98e709f
View commit details
Copy full SHA for 98e709f
View code at this point
Browse repository at this point
Add file name to error output
foonathan
committed
ca5623b
View commit details
Copy full SHA for ca5623b
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
Update copyright year
foonathan
committed
4c78c69
View commit details
Copy full SHA for 4c78c69
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.