This is an archive of the discontinued LLVM Phabricator instance.

[lldb][nfc] Place comment in the right place
ClosedPublic

Authored by fdeazeve on May 25 2023, 4:31 AM.

Details

Reviewers
bulbazord
JDevlieghere
Group Reviewers
Restricted Project
Commits
rG52b03b63972a: [lldb][nfc] Place comment in the right place
Summary

This line has been misplaced since it was introduced in 2011 by
c26e4454035a4160cffc3c865cf83be194ca38c4.

Diff Detail

Event Timeline

fdeazeve created this revision.May 25 2023, 4:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 4:31 AM
fdeazeve requested review of this revision.May 25 2023, 4:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 4:31 AM
fdeazeve added reviewers: bulbazord, Restricted Project.May 25 2023, 7:35 AM
JDevlieghere accepted this revision.May 25 2023, 8:35 AM

LGTM modulo Doxygen comment.

lldb/include/lldb/Utility/RangeMap.h
47
This revision is now accepted and ready to land.May 25 2023, 8:35 AM
fdeazeve added inline comments.May 25 2023, 8:36 AM
lldb/include/lldb/Utility/RangeMap.h
47

I can update it for sure, but note that no comments in this file are doxygen enabled

This revision was automatically updated to reflect the committed changes.