[Lldb-commits] [PATCH] D59198: Correctly look up declarations in inline namespaces

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Mar 10 16:50:28 PDT 2019


teemperor created this revision.
teemperor added reviewers: aprantl, shafik.
teemperor added a project: C++ modules in LLDB.
Herald added subscribers: lldb-commits, jdoerfert, eraman.
Herald added a reviewer: serge-sans-paille.
Herald added a project: LLDB.

This patch marks the inline namespaces from DWARF as inline and also ensures that looking
up declarations now follows the lookup rules for inline namespaces.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D59198

Files:
  lldb/include/lldb/Symbol/ClangASTContext.h
  lldb/include/lldb/Symbol/CompilerDeclContext.h
  lldb/include/lldb/Symbol/TypeSystem.h
  lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/Makefile
  lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/TestInlineNamespace.py
  lldb/packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp
  lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  lldb/source/Symbol/ClangASTContext.cpp
  lldb/source/Symbol/CompilerDeclContext.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59198.190031.patch
Type: text/x-patch
Size: 9997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190310/20819b71/attachment.bin>


More information about the lldb-commits mailing list