This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Make header guards consistent across LLDB
ClosedPublic

Authored by JDevlieghere on Feb 17 2020, 3:27 PM.

Details

Summary

LLDB has a few different styles of header guards and they're not very consistent because things get moved around and copy pasted. This unifies the header guards across LLDB and converts everything to match LLVM's style.

Diff Detail

Event Timeline

JDevlieghere created this revision.Feb 17 2020, 3:27 PM
Herald added a project: Restricted Project. · View Herald Transcript
teemperor accepted this revision.Feb 17 2020, 10:48 PM

Yeah, let's do what LLVM is doing. Thanks!

This revision is now accepted and ready to land.Feb 17 2020, 10:48 PM
This revision was automatically updated to reflect the committed changes.