[PATCH] D117935: [AIX][clang] include_next through clang provided float.h

Hubert Tong via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 26 20:02:25 PST 2022


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.

LGTM with minor comment.



================
Comment at: clang/test/Headers/Inputs/include/float.h:2
+#pragma once
+#define FLOAT_LOCAL_DEF 1
----------------
Minor nit: Suggest to use more explicit name.


================
Comment at: clang/test/Headers/float-aix.c:6
+
+_Static_assert(FLOAT_LOCAL_DEF, "");
----------------



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

https://reviews.llvm.org/D117935



More information about the cfe-commits mailing list