[Lldb-commits] [PATCH] D12044: Fix resolution conflict between global and class static variables in C++.

Paul Herman via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 17 15:05:35 PDT 2015


paulherman updated this revision to Diff 32345.
paulherman added a comment.

Fix resolution conflict between global and class static variables in C++


http://reviews.llvm.org/D12044

Files:
  include/lldb/Symbol/Variable.h
  include/lldb/Symbol/VariableList.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Symbol/Variable.cpp
  source/Symbol/VariableList.cpp
  source/Target/StackFrame.cpp
  test/lang/cpp/scope/Makefile
  test/lang/cpp/scope/TestCppScope.py
  test/lang/cpp/scope/main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12044.32345.patch
Type: text/x-patch
Size: 9693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150817/6a7c6c0c/attachment-0001.bin>


More information about the lldb-commits mailing list