[all-commits] [llvm/llvm-project] e3bd43: [libc] added grouping of guarded functions in head...
RoseZhang03 via All-commits
all-commits at lists.llvm.org
Fri Jul 12 10:44:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3bd43b49e7c59387ce6bbb2bb4f3ef7501b0384
https://github.com/llvm/llvm-project/commit/e3bd43b49e7c59387ce6bbb2bb4f3ef7501b0384
Author: RoseZhang03 <rosezhang at google.com>
Date: 2024-07-12 (Fri, 12 Jul 2024)
Changed paths:
M libc/newhdrgen/class_implementation/classes/function.py
M libc/newhdrgen/header.py
M libc/newhdrgen/tests/expected_output/test_header.h
M libc/newhdrgen/tests/input/test_small.h.def
M libc/newhdrgen/tests/input/test_small.yaml
A libc/newhdrgen/tests/output/test_small.h
Log Message:
-----------
[libc] added grouping of guarded functions in header generation (#98532)
Instead of #ifdef guards for each individual function, #ifdef and #endif
will surround all functions that have the same guard.
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