How resolve MSVC 2022 assertion #68
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi, unfortunately there is nothing you can do. The problem is that vcpkg only offers LLVM/clang 18.1.6. There are multiple open issues regarding updating LLVM/Clang. See this pull request for further information. |
Beta Was this translation helpful? Give feedback.
-
|
Tested latest version (2026.6) to project where this problem appeared. Project opened without any errors that is very nice! |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I've managed to setup an overlay-port for LLVM/Clang so Sourcetrail doesn't depend on an outdated version in the vcpkg repositories anymore 😃 |
Beta Was this translation helpful? Give feedback.

Yes, I've managed to setup an overlay-port for LLVM/Clang so Sourcetrail doesn't depend on an outdated version in the vcpkg repositories anymore 😃