On 2018-02-06 10:51, Atila Neves wrote:

I tried Warp on a non-trivial C codebase. It didn't work (by which I mean the code wouldn't compile with it). I don't know how clang managed to build a (for all practical purposes I can see) bug-compatible preprocessor from scratch to gcc, but it did and in large projects it makes a difference.

"gcc" on macOS is an alias to "clang". The idea was to replace GCC with Clang without having to do any changes what so every, code changes, configuration, linking, even the name of the compiler.

--
/Jacob Carlborg

Reply via email to