Just about every file in the lldb project is built with C++ enabled.
Unless I've missed something, these macro guards don't really accomplish
very much.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157538
[lldb][NFCI] Remove use of ifdef __cpluplus where unneeded ClosedPublic Authored by bulbazord on Aug 9 2023, 11:56 AM.
Details Summary Just about every file in the lldb project is built with C++ enabled.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 9 2023, 12:20 PM Closed by commit rGd21ec35dcf3c: [lldb][NFCI] Remove use of ifdef __cpluplus where unneeded (authored by bulbazord). · Explain WhyAug 10 2023, 11:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 549122 lldb/include/lldb/Core/Mangled.h
lldb/include/lldb/Host/Editline.h
lldb/include/lldb/Host/Terminal.h
lldb/include/lldb/Host/posix/PipePosix.h
lldb/include/lldb/Utility/DataBuffer.h
lldb/include/lldb/Utility/DataEncoder.h
lldb/include/lldb/lldb-forward.h
lldb/include/lldb/lldb-private-interfaces.h
lldb/include/lldb/lldb-private-types.h
lldb/include/lldb/lldb-private.h
lldb/source/Host/macosx/cfcpp/CFCReleaser.h
lldb/source/Host/macosx/objcxx/PosixSpawnResponsible.h
lldb/tools/debugserver/source/DNBLog.h
lldb/tools/debugserver/source/DNBRegisterInfo.h
lldb/tools/debugserver/source/MacOSX/CFUtils.h
|