[all-commits] [llvm/llvm-project] 6d1895: Remove the builtin_headers_in_system_modules featu...
Ian Anderson via All-commits
all-commits at lists.llvm.org
Wed Dec 13 10:36:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d18951b833b2a2dabe268b3be0163e03a9e1142
https://github.com/llvm/llvm-project/commit/6d18951b833b2a2dabe268b3be0163e03a9e1142
Author: Ian Anderson <iana at apple.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M clang/include/clang/Basic/Features.def
M clang/test/Driver/darwin-builtin-modules.c
Log Message:
-----------
Remove the builtin_headers_in_system_modules feature (#75262)
__has_feature(builtin_headers_in_system_modules) was added in
https://reviews.llvm.org/D159483 to be used in the stdarg/stddef
implementation headers. It ended up being unnecessary, but I forgot to
remove the feature definition.
More information about the All-commits
mailing list