FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

Detect noexcept status from libclang #372

Closed jbcoe closed 6 years ago

jbcoe commented 6 years ago

Remove force-noexcept argument to FFIG.py

jbcoe commented 6 years ago

Blocked by #362 (Upgrade test toolchain to clang-5.0)

jbcoe commented 6 years ago

Unblocked by https://github.com/FFIG/ffig-base/pull/21

jbcoe commented 6 years ago

@Orphis Your input would be gratefully received here.

Failing macOS tests on Travis: we (now) need a fairly up-to-date libclang (clang 5.0 and later) but AppleClang is a different beast.

Xcode 9.3 on my HighSierra mac has libclang with the right symbols. Not sure how to get this on Travis.

Orphis commented 6 years ago

Anything that needs my attention in here anymore? Seems like you managed to fix your issue by upgrading to Xcode 9.3.

ajbennieston commented 6 years ago

@Orphis thanks for taking a look; I think this is good to go - all tests pass.