llvm-project/lldb/source/Plugins/ExpressionParser/Go
Eugene Zelenko 26f34fb6df Fix some Clang-tidy warnings and formatting in recently added code.
Fixed Clang-tidy warnings:

* modernize-use-override;
* modernize-use-nullptr;
* modernize-use-default;
* readability-simplify-boolean-expr.

llvm-svn: 252374
2015-11-07 00:28:50 +00:00
..
CMakeLists.txt
GoAST.h
GoLexer.cpp
GoLexer.h
GoParser.cpp
GoParser.h
GoUserExpression.cpp Fix some Clang-tidy warnings and formatting in recently added code. 2015-11-07 00:28:50 +00:00
GoUserExpression.h Fix some Clang-tidy warnings and formatting in recently added code. 2015-11-07 00:28:50 +00:00
Makefile
gen_go_ast.py