llvm-project/lldb/source/DataFormatters
Zachary Turner 97206d5727 Rename Error -> Status.
This renames the LLDB error class to Status, as discussed
on the lldb-dev mailing list.

A change of this magnitude cannot easily be done without
find and replace, but that has potential to catch unwanted
occurrences of common strings such as "Error".  Every effort
was made to find all the obvious things such as the word "Error"
appearing in a string, etc, but it's possible there are still
some lingering occurences left around.  Hopefully nothing too
serious.

llvm-svn: 302872
2017-05-12 04:51:55 +00:00
..
CMakeLists.txt [CMake] Add accurate dependency specifications 2017-01-31 20:43:05 +00:00
CXXFunctionPointer.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
DataVisualization.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DumpValueObjectOptions.cpp Preliminary plumbing work to make 'parray' able to take offset and stride options 2016-11-04 18:15:39 +00:00
FormatCache.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FormatClasses.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FormatManager.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
FormattersHelpers.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
LanguageCategory.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringPrinter.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
TypeCategory.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
TypeCategoryMap.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
TypeFormat.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
TypeSummary.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
TypeSynthetic.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
TypeValidator.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
ValueObjectPrinter.cpp Don't add a newline if the object description already has one. 2017-03-31 01:32:57 +00:00
VectorType.cpp Stop calling ValueObject::SetName from synthetic child providers 2017-03-31 20:48:00 +00:00