[lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMerger
Summary: The ExternalASTMerger should use the ASTImporterSharedState. This allows it to handle std::pair in LLDB (but the rest of libc++ is still work in progress). Reviewers: martong, shafik, a.sidorin Subscribers: rnkovacs, christof, JDevlieghere, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D68140 llvm-svn: 373193
Showing
- clang/include/clang/AST/ExternalASTMerger.h 6 additions, 0 deletionsclang/include/clang/AST/ExternalASTMerger.h
- clang/lib/AST/ExternalASTMerger.cpp 8 additions, 4 deletionsclang/lib/AST/ExternalASTMerger.cpp
- lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/libcxx/Makefile 3 additions, 0 deletions...e/test/functionalities/modern-type-lookup/libcxx/Makefile
- lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/libcxx/TestLibCxxModernTypeLookup.py 20 additions, 0 deletions...s/modern-type-lookup/libcxx/TestLibCxxModernTypeLookup.py
- lldb/packages/Python/lldbsuite/test/functionalities/modern-type-lookup/libcxx/main.cpp 6 additions, 0 deletions...e/test/functionalities/modern-type-lookup/libcxx/main.cpp
Please register or sign in to comment