Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LanguageRuntime] Retire an unused member function. NFCI. | Davide Italiano | 2020-01-13 | 1 | -2/+0 |
| | |||||
* | [lldb][NFC] Use ClangASTContext in AppleObjCRuntime interfaces | Raphael Isemann | 2019-12-26 | 1 | -4/+1 |
| | | | | | | | This code actually needs a ClangASTContext but instead takes a clang::ASTContext and then retrieves the original ClangASTContext via the global map of ClangASTContexts. Let's change it so that it takes a ClangASTContext which is simpler and faster. | ||||
* | [Symbol] Decouple clang from DeclVendor | Alex Langford | 2019-08-23 | 1 | -0/+1 |
| | | | | | | | | | | Summary: This removes DeclVendor's dependency on clang (and ClangASTContext). DeclVendor has no need to know about specific TypeSystems. Differential Revision: https://reviews.llvm.org/D66628 llvm-svn: 369735 | ||||
* | [LanguageRuntime] Move ObjCLanguageRuntime into a plugin | Alex Langford | 2019-07-15 | 1 | -0/+429 |
Summary: Following up to my CPPLanguageRuntime change, I'm moving ObjCLanguageRuntime into a plugin as well. Reviewers: JDevlieghere, compnerd, jingham, clayborg Subscribers: mgorny, arphaman, lldb-commits Differential Revision: https://reviews.llvm.org/D64763 llvm-svn: 366148 |