llvm-project/lldb/source/Plugins/ExpressionParser/Go
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] [1/4] Update a batch of plugins 2017-01-31 22:21:19 +00:00
GoAST.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GoLexer.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GoLexer.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
GoParser.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
GoParser.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
GoUserExpression.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
GoUserExpression.h Convert some Expression parser functions to StringRef. 2016-11-08 04:52:16 +00:00
gen_go_ast.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00