[PATCH] D50413: [libunwind][include] Add some missing definitions to <unwind.h>.

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 20 12:13:25 PDT 2018


kristina added a comment.

This doesn't seem like a great idea to me, it's a negligible amount of type safety gained over using `stdint.h` types most people are more familiar with anyway. If you need something niche like those typedefs it's probably better to include the header and define them yourself in your application.


Repository:
  rUNW libunwind

https://reviews.llvm.org/D50413





More information about the cfe-commits mailing list