================
@@ -315,6 +321,20 @@ class Stream {
/// Increment the current indentation level.
void IndentMore(unsigned amount = 2);
+ class IndentScope {
----------------
JDevlieghere wrote:
Nit: We usually do public -> protected -> private so this looks slightly out of
place. I'd move it to the bottom (and maybe make it a struct if you want to
avoid the extra visibility keyword).
https://github.com/llvm/llvm-project/pull/165945
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits