aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/FormatCache.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-206/+133
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-13/+15
2016-02-18Fix a typo in FormatCache.cpp such that the cache would potentially return an...Enrico Granata1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2014-09-05Introduce the notion of a "type validator" formatterEnrico Granata1-5/+71
2013-10-17This is the last piece of work for "formats in categories": we now cache form...Enrico Granata1-1/+63
2013-02-21Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec1-0/+2
2013-02-06Fix GCC 4.6 build by avoiding delegating ctorsDaniel Malea1-3/+7
2013-01-30Fix build problems with libstdc++ 4.6/4.7Daniel Malea1-2/+2
2013-01-28<rdar://problem/12978143>Enrico Granata1-0/+163