[PATCH] D159383: [Headers] Remove musl-related comment about NULL

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 3 06:36:03 PDT 2023


aaron.ballman accepted this revision.
aaron.ballman added a comment.

As far as the change goes, this is fine (it keeps the status quo we previously had), but I still wonder if we should be trying to detect that the user is working with musl and do an include_next so our stddef.h header never gets involved in musl's standard library headers except as a pass-through. If @dalias thinks that would be beneficial to musl, it may be worth doing in a follow-up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159383



More information about the cfe-commits mailing list