[Lldb-commits] [PATCH] D20395: Remove m_decl_objects and look up variables for ComiplerDecls directly

Sean Callanan via lldb-commits lldb-commits at lists.llvm.org
Thu May 19 16:37:09 PDT 2016


spyffe updated this revision to Diff 57879.
spyffe added a comment.

Added a test case,


Repository:
  rL LLVM

http://reviews.llvm.org/D20395

Files:
  include/lldb/Symbol/ClangASTContext.h
  include/lldb/Symbol/CompilerDecl.h
  include/lldb/Symbol/GoASTContext.h
  include/lldb/Symbol/JavaASTContext.h
  include/lldb/Symbol/TypeSystem.h
  packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py
  packages/Python/lldbsuite/test/lang/c/inlines/main.c
  source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  source/Symbol/ClangASTContext.cpp
  source/Symbol/CompilerDecl.cpp
  source/Symbol/JavaASTContext.cpp
  source/Symbol/Variable.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20395.57879.patch
Type: text/x-patch
Size: 9151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160519/b9c1069c/attachment.bin>


More information about the lldb-commits mailing list