diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2024-04-02 08:14:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-02 08:14:04 -0400 |
commit | 2950283dddab03c183c1be2d7de9d4999cc86131 (patch) | |
tree | b688bd6264758189df9aa9434bf2bc333b9108e2 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | beeb15b71650b46f39cb6b1917e8d05568978656 (diff) | |
download | llvm-2950283dddab03c183c1be2d7de9d4999cc86131.zip llvm-2950283dddab03c183c1be2d7de9d4999cc86131.tar.gz llvm-2950283dddab03c183c1be2d7de9d4999cc86131.tar.bz2 |
[libc++] Simplify the implementation of <stddef.h> (#86843)
Libc++'s own <stddef.h> is complicated by the need to handle various
platform-specific macros and to support duplicate inclusion. In reality,
we only need to add a declaration of nullptr_t to it, so we can simply
include the underlying <stddef.h> outside of our guards to let it handle
re-inclusion itself.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions