News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Anyone use Clang++ on Windows

Started by AndrewCot, September 01, 2022, 12:01:37 AM

Previous topic - Next topic

AndrewCot

Does anyone use clang++ on windows? If you do have you come across any issues with paths in the object/executable?
I have found that some MSYS2 LLVM tools do not like MS path delimiters, but work with Unix path delimiters.

blauzahn

I do not but I do use clang++ and clang-tidy from cb under linux all the time.

IMHO, not liking MS path delimiters can be regarded as a feature, not an issue :). It nudges programmers towards writing more portable code. MSVC accepts happily Unix path delimiters as well.

AndrewCot