Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat... | Raphael Isemann | 2019-12-23 | 1 | -9/+2 |
* | [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove... | Raphael Isemann | 2019-12-21 | 1 | -8/+8 |
* | [lldb][NFC] Remove utility methods in TestClangASTImporter | Raphael Isemann | 2019-12-20 | 1 | -35/+8 |
* | [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl | Raphael Isemann | 2019-12-20 | 1 | -12/+6 |
* | [lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD... | Raphael Isemann | 2019-12-20 | 1 | -64/+44 |
* | [lldb] Add tests for ClangASTImporter's DeportType and DeportDecl methods | Raphael Isemann | 2019-12-20 | 1 | -11/+82 |
* | [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass | Raphael Isemann | 2019-12-17 | 1 | -1/+1 |
* | [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ... | Raphael Isemann | 2019-12-17 | 1 | -1/+1 |
* | [lldb] Add unit test for ClangASTImporter | Raphael Isemann | 2019-12-16 | 1 | -0/+220 |