bkryza / clang-uml

Customizable automatic UML diagram generator for C++ based on Clang.
Apache License 2.0
610 stars 44 forks source link

Fix test cases on MSVC #334

Closed bkryza closed 1 week ago

bkryza commented 1 week ago

Currently, test cases can't be easily ran on Windows under MSVC as there is no way to generate compile_commands.json from command line during build.