c++ - What exception handling model does the Clang x64 Windows compiler use? -


i've downloaded 3.7.1 llvm windows x64 (from here), , wondering if clang++ inside uses seh exception handling or sjlj, or else? in particular, believe seh best on windows dealing c++ exceptions thrown while behind system call, compiler more useful me if uses seh.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -