https://github.com/immunant/rstrace
Trace compiler and linker invocations
https://github.com/immunant/rstrace
build-system clang compilation-database static-analysis
Last synced: 9 months ago
JSON representation
Trace compiler and linker invocations
- Host: GitHub
- URL: https://github.com/immunant/rstrace
- Owner: immunant
- Created: 2019-03-30T20:27:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T10:51:09.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T13:50:32.681Z (12 months ago)
- Topics: build-system, clang, compilation-database, static-analysis
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODOs
- test `compile_commands.json` output against intercept build
- [x] lua
- [ ] ruby
- figure out why full ruby builds don't match `intercept-build`.
- test on c++ codebase
- support incremental builds
- support detection of main modules
- support detection of library dependencies
# installing
- python prerequisites: `sudo -H pip3 install scan-build`