[Lldb-commits] [PATCH] D62797: [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 6 20:15:53 PDT 2019


xiaobai updated this revision to Diff 203483.
xiaobai added a comment.

Renamed `clang_ast_type` to `compiler_type` to be more general.
Allow for disambiguating by language with the flag `-x` or `--language`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62797/new/

https://reviews.llvm.org/D62797

Files:
  include/lldb/Expression/ExpressionVariable.h
  packages/Python/lldbsuite/test/expression_command/persistent_types/TestPersistentTypes.py
  source/Commands/CMakeLists.txt
  source/Commands/CommandObjectMemory.cpp
  source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
  source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62797.203483.patch
Type: text/x-patch
Size: 14230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190607/78f16339/attachment.bin>


More information about the lldb-commits mailing list