summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Highlighter.cpp
AgeCommit message (Expand)Author
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-21[NFC] Remove lldb_utility namespace.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-30Move the column marking functionality to the Highlighter frameworkRaphael Isemann
2018-08-14Remove manual byte counting from Highlighter code.Raphael Isemann
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann