[libc-commits] [PATCH] D69421: [libc] Header generation scheme.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 30 12:19:48 PDT 2019


sivachandra added a comment.

My latest diff showcases function attributes and also argument annotations.

About `size_t` like items which standard says that multiple headers files should provide: As theraven@ suggests, we will in general have an internal header file. For `size_t` itself, the freestanding headers provide us a convenient way to do it without causing header pollution.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69421/new/

https://reviews.llvm.org/D69421





More information about the libc-commits mailing list