[Lldb-commits] [PATCH] D151425: [lldb][nfc] Place comment in the right place
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 25 08:36:51 PDT 2023
fdeazeve added inline comments.
================
Comment at: lldb/include/lldb/Utility/RangeMap.h:47
+ // Set the start value for the range, and keep the same size
void SetRangeBase(BaseType b) { base = b; }
----------------
JDevlieghere wrote:
>
I can update it for sure, but note that no comments in this file are doxygen enabled
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151425/new/
https://reviews.llvm.org/D151425
More information about the lldb-commits
mailing list