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
Branch selector
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
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
Browse repository at this point
Test clang 5 on travis
foonathan
committed
8ffb2b7
View commit details
Copy full SHA for 8ffb2b7
Browse repository at this point
Implement a search for the clang binary
foonathan
committed
a4c64db
View commit details
Copy full SHA for a4c64db
Browse repository at this point
Don't override CLANG_BINARY
foonathan
committed
bf872b3
View commit details
Copy full SHA for bf872b3
Browse repository at this point
[breaking] Drop support for clang 3.9.1
foonathan
committed
c26d230
View commit details
Copy full SHA for c26d230
Browse repository at this point
Commits on Sep 21, 2018
Only link llvm and clang libraries, not everything
foonathan
committed
9dfb518
View commit details
Copy full SHA for 9dfb518
Browse repository at this point
Remove option that is no longer needed
foonathan
committed
f835510
View commit details
Copy full SHA for f835510
Browse repository at this point
Commits on Sep 20, 2018
Fix ctest configuration
foonathan
committed
73f41aa
View commit details
Copy full SHA for 73f41aa
Browse repository at this point
Support static linking libclang on unix systems
foonathan
committed
664a0bb
View commit details
Copy full SHA for 664a0bb
Browse repository at this point
Update clang-format
foonathan
committed
9f18b7f
View commit details
Copy full SHA for 9f18b7f
Browse repository at this point
Commits on Aug 10, 2018
Ignore git tags in llvm-config version numbers (#65)
Show description for c755a88
Manu343726
authored and
foonathan
committed
c755a88
View commit details
Copy full SHA for c755a88
Browse repository at this point
Commits on Jul 13, 2018
Update type_safe version to integrate latest fixes (#64)
Manu343726
authored and
foonathan
committed
7c54a84
View commit details
Copy full SHA for 7c54a84
Browse repository at this point
Allow building tool, example, and tests from upper cmake projects (#63)
Show description for 8d77d01
Manu343726
authored and
foonathan
committed
8d77d01
View commit details
Copy full SHA for 8d77d01
Browse repository at this point
Commits on Jul 11, 2018
Fix build setup
foonathan
committed
9edbbe5
View commit details
Copy full SHA for 9edbbe5
Browse repository at this point
Fix catch2 download link
Show description for 25afbdb
Zhansong Li
authored and
foonathan
committed
25afbdb
View commit details
Copy full SHA for 25afbdb
Browse repository at this point
Download llvm on OSX
foonathan
committed
524edb4
View commit details
Copy full SHA for 524edb4
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
Browse repository at this point
[breaking] Turn macro parameters into propert entities
foonathan
committed
56d4964
View commit details
Copy full SHA for 56d4964
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
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
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
Browse repository at this point
Commits on Mar 28, 2018
Allow LLVM downloads from custom server (#53)
Show description for 6be7e47
Manu343726
authored and
foonathan
committed
6be7e47
View commit details
Copy full SHA for 6be7e47
Browse repository at this point
Expose __attribute__ and __declspec
foonathan
committed
7b03019
View commit details
Copy full SHA for 7b03019
Browse repository at this point
Handle attribute names that are keywords
foonathan
committed
19f2370
View commit details
Copy full SHA for 19f2370
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
Browse repository at this point
Properly fix #46
foonathan
committed
8255455
View commit details
Copy full SHA for 8255455
Browse repository at this point
Fix bad assertion
foonathan
committed
e67e354
View commit details
Copy full SHA for e67e354
Browse repository at this point
Add a proper workaround for #46
foonathan
committed
045a33f
View commit details
Copy full SHA for 045a33f
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
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
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
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
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
Browse repository at this point
Update type_safe submodule (#48)
Manu343726
authored and
foonathan
committed
0728290
View commit details
Copy full SHA for 0728290
Browse repository at this point
Previous
Next
You can’t perform that action at this time.