Bartek Kryza

Results 87 comments of Bartek Kryza

@MrChocolateMoose Thanks for the issue and example diagram, this definitely looks like an interesting use case - I'll look into that next week.

@GittyHarsha For `chromium` I have a working example for Linux [here](https://github.com/bkryza/clang-uml-examples/tree/master/chromium), but unfortunately never tried it on Windows. Few comments: - `query_driver` does not work on Windows - the error...

Sorry but LLVM 22git is not supported yet, I usually only add support after official LLVM version is released.

@GittyHarsha Out of curosity I tried to reproduce your issue on Windows 10 VM with `clang-uml` 0.6.2 on latest Chromium code and I get the same error: ```console [debug] [tid...

@LuridHound Thanks for heads up, I'm not working on it right now.

@marius200390 Neither of the above configs is correct. If you're trying to use an LLM to generate the config, unfortunately `clang-uml` is not mainstream enough for LLMs to have enough...

@mostlyhuman Unfortunately I have no experience with Unreal Engine, but can you paste your current `.clang-uml` config and the errors you see in the terminal after running `clang-uml -vv` on...