[all-commits] [llvm/llvm-project] 877dda: [lldb][NFCI] Include <cstdio> in SBDefines for FIL...
Alex via All-commits
all-commits at lists.llvm.org
Fri May 26 10:56:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 877ddac051c4fc6b32e3e45b02dc628b018b381b
https://github.com/llvm/llvm-project/commit/877ddac051c4fc6b32e3e45b02dc628b018b381b
Author: Alex Langford <alangford at apple.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
M lldb/include/lldb/API/SBDefines.h
Log Message:
-----------
[lldb][NFCI] Include <cstdio> in SBDefines for FILE * definition
There are a few API headers that use FILE * but do not include the
correct header for their definition. Instead of including <cstdio> in each
of the headers manually, it seems easiest to include it in SBDefines to
get them all at once.
rdar://109579348
Differential Revision: https://reviews.llvm.org/D151381
More information about the All-commits
mailing list