[Lldb-commits] [PATCH] D96366: Remove uneeded CopyType from BlockPointerSyntheticFrontEnd
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 9 13:39:09 PST 2021
teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.
LGTM, thank you!
================
Comment at: lldb/test/API/lang/c/blocks/main.c:10
+
+ return z;
+}
----------------
4 spaces indentation instead of 3 (2 would probably be better, but this was already written with 4 so let's just keep the file in one code style).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96366/new/
https://reviews.llvm.org/D96366
More information about the lldb-commits
mailing list