This is an archive of the discontinued LLVM Phabricator instance.

[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.
Unless I've missed something, these macro guards don't really accomplish
very much.

Diff Detail

Event Timeline

bulbazord created this revision.Aug 9 2023, 11:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2023, 11:56 AM
bulbazord requested review of this revision.Aug 9 2023, 11:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2023, 11:56 AM
This revision is now accepted and ready to land.Aug 9 2023, 12:20 PM