Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Path<SourceFile> -> List<CompilerFlag>
Parse a `compile_commands.json` file to locate and extract the exact compilation arguments used for a given source file.
Problem it solves
Non-SwiftPM projects (like CMake-based C/C++ projects) require file-specific compiler arguments to be analyzed.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.