Vgolovan
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Vgolovan created a post, MSVC toolchain version 14.37.32824 requires Clang compiler version 16 or later. The current Clang compiler version was detected as: 15.0.1 How to fix this?
So in my Visual Studio build tools I did download Clang Compiler 16.0.5 but rider still says detected version 15.0.1 I downloaded and installed LLVM added path to bin to the “PATH” variable but sti... -
Vgolovan created a post, AnsweredFormatting Question C++
Hello, I am trying to fix an issue where if I do the if macro it's fine it would like this: if (true) {} but if I just type it myself which is what I always do it looks like this if(true) {} whil...