summaryrefslogtreecommitdiff
path: root/include/lldb/Utility/Stream.h
AgeCommit message (Expand)Author
2019-08-20[NFC] Fix -Wdocumentation warnings in Utility.Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-02-12Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove comments after header includes.Jonas Devlieghere
2018-09-12Remove manual byte counting from internal Stream methods.Raphael Isemann
2018-08-03Add raw_ostream wrapper to the Stream classRaphael Isemann
2018-08-02Add byte counting mechanism to LLDB's Stream class.Raphael Isemann
2018-08-01Fixed documentation for PutHex8 [NFC]Raphael Isemann
2018-08-01Remove outdated documentation for Stream's LEB128 methodsRaphael Isemann
2018-07-31Remove Stream::UnitTestRaphael Isemann
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-04-06iwyu fixes on lldbUtility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner