Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/targetdisk/silly-cc
A build system-agnostic compile_commands generator
https://github.com/targetdisk/silly-cc
Last synced: 28 days ago
JSON representation
A build system-agnostic compile_commands generator
- Host: GitHub
- URL: https://github.com/targetdisk/silly-cc
- Owner: targetdisk
- License: other
- Created: 2023-06-08T07:05:19.000Z (over 1 year ago)
- Default Branch: mane
- Last Pushed: 2023-07-01T15:57:39.000Z (over 1 year ago)
- Last Synced: 2024-10-25T08:07:28.294Z (3 months ago)
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Silly CC
`silly-cc` is a build system-agnostic wrapper around Clang that automagically
produces pieces needed to build a JSON compilation database. It is a drop-in
replacement for `clang` in any build system where you can override the `cc`
command some sort of `CC` variable.There is also a script included in here that can `merge` all the JSON data into
a single `compile_commands.json` file (used by `clangd` and friends to fuel your
LSP-aware text editors' tab completion).