[PATCH] D48465: Added initial code completion support for the `expr` command

Raphael Isemann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 10:30:39 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL341086: Added initial code completion support for the `expr` command (authored by teemperor, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D48465?vs=163366&id=163367#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D48465

Files:
  lldb/trunk/include/lldb/Expression/ExpressionParser.h
  lldb/trunk/include/lldb/Expression/UserExpression.h
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/completion/.categories
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/completion/Makefile
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/completion/TestExprCompletion.py
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/completion/main.cpp
  lldb/trunk/packages/Python/lldbsuite/test/expression_command/completion/other.cpp
  lldb/trunk/packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
  lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py
  lldb/trunk/source/Commands/CommandObjectExpression.cpp
  lldb/trunk/source/Commands/CommandObjectExpression.h
  lldb/trunk/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
  lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
  lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  lldb/trunk/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48465.163367.patch
Type: text/x-patch
Size: 48853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/f0ab765c/attachment-0001.bin>


More information about the llvm-commits mailing list