[Utility] Small improvements to the Broadcaster class (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 24 May 2019 04:41:47 +0000 (04:41 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 24 May 2019 04:41:47 +0000 (04:41 +0000)
commit0ee23c958bbcf6955568d5287d1495f485426800
treebc6bbcefc9572b29789f45f661c51cf0ea14b07f
parentc652b3455ec55704f2e7d152fa7e4f45283b3258
[Utility] Small improvements to the Broadcaster class (NFC)

I touched the Broadcaster class earlier today (r361544) and noticed a
few things that could be improved. This patch includes variety of small
fixes: use early returns, use LLDB_LOG macro, use doxygen comments and
finally format the class.

llvm-svn: 361597
lldb/include/lldb/Utility/Broadcaster.h
lldb/source/Utility/Broadcaster.cpp