summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Go
Commit message (Collapse)AuthorAgeFilesLines
* Fix some Clang-tidy warnings and formatting in recently added code.Eugene Zelenko2015-11-072-18/+37
| | | | | | | | | | | Fixed Clang-tidy warnings: * modernize-use-override; * modernize-use-nullptr; * modernize-use-default; * readability-simplify-boolean-expr. llvm-svn: 252374
* Add the ability to pass an EvaluateExpressionOptions when you make a ↵Jim Ingham2015-11-032-3/+4
| | | | | | | | UserExpression. This isn't used in this commit but will be in a future commit. llvm-svn: 251887
* Create an expression parser for Go.Ryan Brown2015-11-0210-0/+6237
The Go interpreter doesn't JIT or use LLVM, so this also moves all the JIT related code from UserExpression to a new class LLVMUserExpression. Differential Revision: http://reviews.llvm.org/D13073 Fix merge llvm-svn: 251820
OpenPOWER on IntegriCloud