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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB
Paths
| Differential D59198
Correctly look up declarations in inline namespaces ClosedPublic Authored by teemperor on Mar 10 2019, 4:50 PM.
Details Summary This patch marks the inline namespaces from DWARF as inline and also ensures that looking
Diff Detail
Event Timelineaprantl added inline comments. This revision is now accepted and ready to land.Mar 11 2019, 8:56 AM Closed by commit rLLDB355897: Correctly look up declarations in inline namespaces (authored by teemperor). · Explain WhyMar 12 2019, 12:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 190215 include/lldb/Symbol/ClangASTContext.h
include/lldb/Symbol/CompilerDeclContext.h
include/lldb/Symbol/TypeSystem.h
packages/Python/lldbsuite/test/expression_command/inline-namespace/Makefile
packages/Python/lldbsuite/test/expression_command/inline-namespace/TestInlineNamespace.py
packages/Python/lldbsuite/test/expression_command/inline-namespace/main.cpp
source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
source/Symbol/ClangASTContext.cpp
source/Symbol/CompilerDeclContext.cpp
|