summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
AgeCommit message (Expand)Author
2024-11-17[DebugInfo] Remove unused includes (NFC) (#116551)Kazu Hirata
2024-01-11[llvm] Use StringRef::consume_front_insensitive (NFC)Kazu Hirata
2023-12-14[DebugInfo] Pass string ownership to MarkupFilter (#75403)Vitaly Buka
2023-11-06[DebugInfo] Use StringRef::starts_with/ends_with instead of startswith/endswi...Simon Pilgrim
2023-06-28[Symbolizer] Ignore unknown additional symbolizer markup fieldsDaniel Thornburgh
2023-04-05[Object] Refactor build ID parsing into Object lib.Daniel Thornburgh
2022-12-06[ADT] Don't including None.h (NFC)Kazu Hirata
2022-12-04[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-04[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-05[DebugInfo] llvm::Optional => std::optionalFangrui Song
2022-12-04[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-02[DebugInfo] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-25[Symbolize] Use std::optional in MarkupFilter.cpp (NFC)Kazu Hirata
2022-08-31[Symbolizer] Handle {{{bt}}} symbolizer markup element.Daniel Thornburgh
2022-08-08[Symbolizer] Implement pc element in symbolizing filter.Daniel Thornburgh
2022-08-04[Symbolizer] Implement data symbolizer markup element.Daniel Thornburgh
2022-07-21Fix use after free in MarkupFilter.cppDaniel Thornburgh
2022-07-21[NFC] Fix compiler warning in MarkupFilterDaniel Thornburgh
2022-07-21[Symbolizer] Implement contextual symbolizer markup elements.Daniel Thornburgh
2022-06-29Use value_or instead of getValueOr. NFCFangrui Song
2022-06-27[Symbolize] Add log markup --filter to llvm-symbolizer.Daniel Thornburgh