[all-commits] [llvm/llvm-project] 9da9b5: [libc][docs] Document policy for non-standard func...
Michael Jones via All-commits
all-commits at lists.llvm.org
Wed Feb 28 09:43:56 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9da9b5f86750fc5286a89cc75f5f731affec7dfa
https://github.com/llvm/llvm-project/commit/9da9b5f86750fc5286a89cc75f5f731affec7dfa
Author: Michael Jones <michaelrj at google.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M libc/docs/dev/undefined_behavior.rst
Log Message:
-----------
[libc][docs] Document policy for non-standard func (#83212)
As encountered with <sys/queue.h>, we need a policy for how to handle
implementing functions that users need, but has no specific standard. In
that case, we should treat existing implementations as the standard and
try to match their behavior as best as possible.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list