[PATCH] D44604: Make stdarg.h compatible with FreeBSD

Dimitry Andric via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 17 17:19:38 PDT 2018


dim added a comment.

I'm fine with either this approach, or with the approach in stdint.h, e.g. using `__has_include_next()`, and in that case first including the system-provided header before this one.


Repository:
  rC Clang

https://reviews.llvm.org/D44604





More information about the cfe-commits mailing list