https://github.com/sukibaby/cpp-autoinliner
A tool to automatically inline macros in a given .cpp / .h file.
https://github.com/sukibaby/cpp-autoinliner
Last synced: 3 months ago
JSON representation
A tool to automatically inline macros in a given .cpp / .h file.
- Host: GitHub
- URL: https://github.com/sukibaby/cpp-autoinliner
- Owner: sukibaby
- License: mit
- Created: 2024-08-28T11:18:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:28:26.000Z (9 months ago)
- Last Synced: 2024-11-07T16:36:56.984Z (6 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cpp-AutoInliner
A tool to automatically inline macros in a given .cpp / .h file.
I made it to help with my workflow, but also because I wanted to see what the compiler might see after inlining but before compiling.It doesn't handle multi-line macros yet. Hopefully I will get support for that added soon.