summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Utility/Broadcaster.h
Commit message (Expand)AuthorAgeFilesLines
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-111-1/+0
* [Utility] Small improvements to the Broadcaster class (NFC)Jonas Devlieghere2019-05-241-60/+61
* [Utility] Avoid a few unnecessary copies (NFC)Jonas Devlieghere2019-05-231-14/+16
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-2/+0
* Group forward declarations in one namespace lldb_private {}Fangrui Song2019-05-151-6/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-34/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-23/+23
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-0/+598
OpenPOWER on IntegriCloud