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
Accelerator
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
Type
/
to 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
.
standardese
/
cppast
Public
Notifications
You must be signed in to change notification settings
Fork
174
Star
1.8k
Code
Issues
30
Pull requests
2
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
[WIP] Add better C support
- #135
#135
Draft
staticintlucas
wants to merge 9 commits into
standardese:main
standardese/cppast:main
from
staticintlucas:feature/c
staticintlucas/cppast:feature/c
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Draft
[WIP] Add better C support
#135
staticintlucas
wants to merge 9 commits into
standardese:main
standardese/cppast:main
from
staticintlucas:feature/c
staticintlucas/cppast:feature/c
Copy head branch name to clipboard
Commits
Commits on Mar 27, 2022
Enable cppast to process C files as C rather than C++
staticintlucas
committed
6baaea5
View commit details
Copy full SHA for 6baaea5
Browse repository at this point
Add support for register storage class and add C's _Thread_local as an alias for C++'s thread_local
staticintlucas
committed
6f7ff1d
View commit details
Copy full SHA for 6f7ff1d
Browse repository at this point
Add support for C's restrict and _Atomic qualifiers
staticintlucas
committed
84c4d1c
View commit details
Copy full SHA for 84c4d1c
Browse repository at this point
Fix issue with positional argument being recognised as value for flag in compile_commands.json
staticintlucas
committed
da6ef0b
View commit details
Copy full SHA for da6ef0b
Browse repository at this point
Fixes for failing tests; add cpp_cv_none and cpp_cv_const_volatile constants for backwards compat
staticintlucas
committed
7f67fe4
View commit details
Copy full SHA for 7f67fe4
Browse repository at this point
Commits on Apr 22, 2022
Fix formatting
staticintlucas
committed
282e0cd
View commit details
Copy full SHA for 282e0cd
Browse repository at this point
Add support for C-style typedefs in addition to C++'s using
staticintlucas
committed
3e7a0ca
View commit details
Copy full SHA for 3e7a0ca
Browse repository at this point
Fix more formatting
staticintlucas
committed
381a476
View commit details
Copy full SHA for 381a476
Browse repository at this point
Fix typedef syntax for complex types
staticintlucas
committed
5658ef3
View commit details
Copy full SHA for 5658ef3
Browse repository at this point
You can’t perform that action at this time.