Hacker News new | ask | show | jobs
by voltagex_ 3853 days ago
Does this mean that if I can make a random project build with Clang it's easier to port to Windows? (POSIX bits excepted)
1 comments

yes.

You dont have to worry about the fail VS syntax parser; clang will parse your code exactly the same as it does on other platforms.