summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/FormatCache.cpp
AgeCommit message (Expand)Author
2024-02-04[lldb] Remove unnecessary FormatCache::GetEntry (NFC) (#80603)Dave Lee
2020-03-24[lldb][NFC] Always update m_cache_{hits/misses} in FormatCacheRaphael Isemann
2020-02-06[LLDB] Fix compilation with GCC 5Martin Storsjö
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-11Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl
2019-12-10Replace redundant code in FormatManager and FormatCache with templates (NFC)Adrian Prantl
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-02-18Fix a typo in FormatCache.cpp such that the cache would potentially return an...Enrico Granata
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2014-09-05Introduce the notion of a "type validator" formatterEnrico Granata
2013-10-17This is the last piece of work for "formats in categories": we now cache form...Enrico Granata
2013-02-21Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec
2013-02-06Fix GCC 4.6 build by avoiding delegating ctorsDaniel Malea
2013-01-30Fix build problems with libstdc++ 4.6/4.7Daniel Malea
2013-01-28<rdar://problem/12978143>Enrico Granata