llvm-project/lldb/source/Plugins/Language/CPlusPlus
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
..
BlockPointer.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
BlockPointer.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CMakeLists.txt New C++ function name parsing logic (Resubmit) 2017-04-06 22:36:02 +00:00
CPlusPlusLanguage.cpp Remove unused code related to CPlusPlusLanguage::FindEquivalentNames 2017-05-02 09:00:52 +00:00
CPlusPlusLanguage.h Remove unused code related to CPlusPlusLanguage::FindEquivalentNames 2017-05-02 09:00:52 +00:00
CPlusPlusNameParser.cpp New C++ function name parsing logic (Resubmit) 2017-04-06 22:36:02 +00:00
CPlusPlusNameParser.h New C++ function name parsing logic (Resubmit) 2017-04-06 22:36:02 +00:00
CxxStringTypes.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
CxxStringTypes.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
LibCxx.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LibCxx.h Fix libc++ vector<bool> data formatter (bug #32553) 2017-04-12 10:59:24 +00:00
LibCxxAtomic.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LibCxxAtomic.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
LibCxxInitializerList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
LibCxxList.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LibCxxMap.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LibCxxUnorderedMap.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LibCxxVector.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LibStdcpp.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LibStdcpp.h Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
LibStdcppTuple.cpp Stop calling ValueObject::SetName from synthetic child providers 2017-03-31 20:48:00 +00:00
LibStdcppUniquePointer.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00