[Lldb-commits] [PATCH] D13073: Add an expression parser for Go

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 14:29:19 PDT 2015


clayborg added a subscriber: clayborg.
clayborg added a comment.

Even though clang isn't done this way for historical reason, I would like to see the Go expression parser files (.cpp and .h) over into "source/Plugins/ExpressionParser/Go". The following files should be moved:

  include/lldb/Expression/GoAST.h
  include/lldb/Expression/GoLexer.h
  include/lldb/Expression/GoParser.h
  include/lldb/Expression/GoUserExpression.h
  source/Expression/GoLexer.cpp
  source/Expression/GoParser.cpp
  source/Expression/GoUserExpression.cpp
  source/Expression/gen_go_ast.py
  unittests/Expression/GoParserTest.cpp


Repository:
  rL LLVM

http://reviews.llvm.org/D13073





More information about the lldb-commits mailing list