Microsoft to contribute to Clang and LLVM project

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Wed Dec 9 20:22:11 PST 2015


On Thursday, 10 December 2015 at 04:12:20 UTC, Jack Stouffer 
wrote:
> I think this illustrates the entire problem. How many years has 
> GCC and LLVM had this?

http://clang.llvm.org/docs/MSVCCompatibility.html

"Exceptions and SEH: Partial. C++ exceptions (try / catch / 
throw) and structured exceptions (__try / __except / __finally) 
mostly work on x64. 32-bit exception handling support is being 
worked on."


LLVM really isn't in all that different of a place than dmd. They 
have stuff that works but doesn't have full compatibility with 
the others yet. Same thing here.


More information about the Digitalmars-d mailing list