summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/FormatCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-061-0/+4
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-25/+2
* Replace redundant code in FormatManager and FormatCache with templates (NFC)Adrian Prantl2019-12-101-118/+53
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-9/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-206/+133
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-13/+15
* Fix a typo in FormatCache.cpp such that the cache would potentially return an...Enrico Granata2016-02-181-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Introduce the notion of a "type validator" formatterEnrico Granata2014-09-051-5/+71
* This is the last piece of work for "formats in categories": we now cache form...Enrico Granata2013-10-171-1/+63
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-0/+2
* Fix GCC 4.6 build by avoiding delegating ctorsDaniel Malea2013-02-061-3/+7
* Fix build problems with libstdc++ 4.6/4.7Daniel Malea2013-01-301-2/+2
* <rdar://problem/12978143>Enrico Granata2013-01-281-0/+163
OpenPOWER on IntegriCloud