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
.
specs-feup
/
clava
Public
Notifications
You must be signed in to change notification settings
Fork
12
Star
92
Code
Issues
44
Pull requests
24
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
dumper-v3
- #230
#230
Open
6/16
lm-sousa
wants to merge 39 commits into
vitest
specs-feup/clava:vitest
from
dumper-v3
specs-feup/clava:dumper-v3
Copy head branch name to clipboard
Conversation
Commits
39
(39)
Checks
Files changed
Open
dumper-v3
#230
lm-sousa
wants to merge 39 commits into
vitest
specs-feup/clava:vitest
from
dumper-v3
specs-feup/clava:dumper-v3
Copy head branch name to clipboard
Commits
Commits on Sep 5, 2026
Update clang dumper resources to manifest release
Show description for 88cd6a0
lm-sousa
committed
88cd6a0
View commit details
Copy full SHA for 88cd6a0
Browse repository at this point
Read clang dumper include entrypoints
Show description for 33c7c2f
lm-sousa
committed
33c7c2f
View commit details
Copy full SHA for 33c7c2f
Browse repository at this point
Cache clang dumper by release version
lm-sousa
committed
9f62bb8
View commit details
Copy full SHA for 9f62bb8
Browse repository at this point
Throttle clang dumper include validation
lm-sousa
committed
37d0b27
View commit details
Copy full SHA for 37d0b27
Browse repository at this point
Restore strict clang dumper integration
lm-sousa
committed
9bb46c0
View commit details
Copy full SHA for 9bb46c0
Browse repository at this point
Support testing local clang-dumper builds
Show description for b367fa9
lm-sousa
committed
b367fa9
View commit details
Copy full SHA for b367fa9
Browse repository at this point
Use canonical dumper threshold option
Show description for 5411fb4
lm-sousa
committed
5411fb4
View commit details
Copy full SHA for 5411fb4
Browse repository at this point
Update character literal kind for LLVM 18
lm-sousa
committed
a1f5256
View commit details
Copy full SHA for a1f5256
Browse repository at this point
Support local clang-dumper builds from tag file
Show description for 04f367b
lm-sousa
committed
04f367b
View commit details
Copy full SHA for 04f367b
Browse repository at this point
Allow unresolved unary transform types
lm-sousa
committed
a4f50ce
View commit details
Copy full SHA for a4f50ce
Browse repository at this point
Test source locations in ClangAstParser
lm-sousa
committed
021800a
View commit details
Copy full SHA for 021800a
Browse repository at this point
Prevent races during stale dumper cache cleanup
lm-sousa
committed
a8b23d7
View commit details
Copy full SHA for a8b23d7
Browse repository at this point
Refactor bundled include handling
lm-sousa
committed
7dd123c
View commit details
Copy full SHA for 7dd123c
Browse repository at this point
Regenerate Clava-JS enum interfaces
lm-sousa
committed
09098bd
View commit details
Copy full SHA for 09098bd
Browse repository at this point
Update the dumper tag
lm-sousa
committed
9439627
View commit details
Copy full SHA for 9439627
Browse repository at this point
Fix C++20 parenthesized list initialization
Show description for 91c8dd4
lm-sousa
committed
91c8dd4
View commit details
Copy full SHA for 91c8dd4
Browse repository at this point
Synchronize clang cache initialization locks
Show description for 93290bc
lm-sousa
committed
93290bc
View commit details
Copy full SHA for 93290bc
Browse repository at this point
Make stale cache cleanup portable
Show description for 0496980
lm-sousa
committed
0496980
View commit details
Copy full SHA for 0496980
Browse repository at this point
Support CUDA discovery for local clang-dumper builds
Show description for cc2e57c
lm-sousa
committed
cc2e57c
View commit details
Copy full SHA for cc2e57c
Browse repository at this point
Remove persistent clang cache lock artifacts
Show description for 2b06418
lm-sousa
committed
2b06418
View commit details
Copy full SHA for 2b06418
Browse repository at this point
Publish CUDA compatibility header atomically
Show description for d0e99f9
lm-sousa
committed
d0e99f9
View commit details
Copy full SHA for d0e99f9
Browse repository at this point
Preserve JavaScript initialization style names
Show description for ab0682b
lm-sousa
committed
ab0682b
View commit details
Copy full SHA for ab0682b
Browse repository at this point
test: exercise clang dumper cache races
Show description for 6b3a744
lm-sousa
committed
6b3a744
View commit details
Copy full SHA for 6b3a744
Browse repository at this point
test: cover stale cleanup of cached dumper paths
Show description for 09861ed
lm-sousa
committed
09861ed
View commit details
Copy full SHA for 09861ed
Browse repository at this point
fix: coordinate cached clang resource heartbeat updates
lm-sousa
committed
8cbbcfa
View commit details
Copy full SHA for 8cbbcfa
Browse repository at this point
Avoid hashing cached clang-dumper includes
lm-sousa
committed
fb14c49
View commit details
Copy full SHA for fb14c49
Browse repository at this point
fix: simplify clang cache coordination
lm-sousa
committed
b320fd4
View commit details
Copy full SHA for b320fd4
Browse repository at this point
fix: use system libc for local clang-dumper builds
lm-sousa
committed
4eeb794
View commit details
Copy full SHA for 4eeb794
Browse repository at this point
refactor: simplify clang dumper resource setup
lm-sousa
committed
d0a596e
View commit details
Copy full SHA for d0a596e
Browse repository at this point
fix: preserve unevaluated string literal spelling
Show description for 5a09c94
lm-sousa
committed
5a09c94
View commit details
Copy full SHA for 5a09c94
Browse repository at this point
fix: preserve unevaluated string source spelling
Show description for bbd48d1
lm-sousa
committed
bbd48d1
View commit details
Copy full SHA for bbd48d1
Browse repository at this point
fix: update C++ standard versions in Standard enum
lm-sousa
committed
e4f3e21
View commit details
Copy full SHA for e4f3e21
Browse repository at this point
test: cover dependent unary transform types
lm-sousa
committed
2e40739
View commit details
Copy full SHA for 2e40739
Browse repository at this point
test: cover strict optional node resolution
lm-sousa
committed
9726acf
View commit details
Copy full SHA for 9726acf
Browse repository at this point
test: assert parenthesized initialization style
lm-sousa
committed
c71eb7c
View commit details
Copy full SHA for c71eb7c
Browse repository at this point
fix: restore built-in CUDA archive parsing
Show description for 9f0f3ad
lm-sousa
committed
9f0f3ad
View commit details
Copy full SHA for 9f0f3ad
Browse repository at this point
fix: always use built-in CUDA archive
Show description for cf3ffa0
lm-sousa
committed
cf3ffa0
View commit details
Copy full SHA for cf3ffa0
Browse repository at this point
fix: simplify legacy CUDA resource handling
lm-sousa
committed
03a4e88
View commit details
Copy full SHA for 03a4e88
Browse repository at this point
docs: clarify CUDA standard workaround
lm-sousa
committed
ba928d3
View commit details
Copy full SHA for ba928d3
Browse repository at this point
You can’t perform that action at this time.