summaryrefslogtreecommitdiff
path: root/src/buildtool/main/diagnose.hpp
AgeCommit message (Collapse)Author
2024-11-20Return ResultTargetMap from analysisMaksim Denisov
...instead of filling in a map passed from the outside.
2024-09-18Add missing #endif comments in headersMaksim Denisov
2023-08-23just: split main codeKlaus Aehlig
... by moving the diagnose and cli related code into to separate libraries. In this way, we hopefully improve maintainability of the code base.