aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/StructuredData
AgeCommit message (Expand)Author
2019-08-26[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere
2019-07-25Let tablegen generate property definitionsJonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann
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-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-10-04Fix typos.Bruce Mitchener
2018-09-27Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-05-29Typo fixes.Bruce Mitchener
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2018-03-09Move option parsing out of the Args classPavel Labath
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-12-10[DarwinLog] Remove other dead code. Found while reading this file.Davide Italiano
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-03-13Fix another occurrence of needing to use member accessors.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman
2016-12-16Fix a bug when using a StructuredData darwin-log pluginJason Molenda
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-11-07Convert some helper functions to use StringRef.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-05Convert some more aliasing and CI functions to StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-22fix DarwinLog no-info/no-debug caseTodd Fiala
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-19Convert 3 more functions to use a StringRef.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala