summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/ClangASTContext.cpp
AgeCommit message (Expand)Author
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2020-01-22[lldb] Add a display name to ClangASTContext instancesRaphael Isemann
2020-01-20[lldb] Mark the implicit copy constructor as deleted when a move constructor ...Raphael Isemann
2020-01-14[lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRefRaphael Isemann
2020-01-14[lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinitionRaphael Isemann
2020-01-10Data formatters: Look through array element typedefsJaroslav Sevcik
2020-01-08[lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpecRaphael Isemann
2020-01-07[lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann
2020-01-02[lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...Raphael Isemann
2020-01-02[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann
2019-12-30[lldb][NFC] Simplify ClangASTContext::GetTypeForDeclRaphael Isemann
2019-12-29[lldb][NFC] Make integer types functions in ClangASTContext not staticRaphael Isemann
2019-12-29[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionTypeRaphael Isemann
2019-12-29[lldb][NFC] Remove most GetASTContext calls in AST metadata codeRaphael Isemann
2019-12-26[lldb] Remove some calls to GetASTContextRaphael Isemann
2019-12-25[lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...Raphael Isemann
2019-12-24[lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...Raphael Isemann
2019-12-24[lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann
2019-12-23[lldb][NFC] Remove unused callback functionality from ClangASTContextRaphael Isemann
2019-12-23[lldb][NFC] Simplify ClangExternalASTSourceCallbacksRaphael Isemann
2019-12-23[lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl methodRaphael Isemann
2019-12-23[lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann
2019-12-23[lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDeclRaphael Isemann
2019-12-23[lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann
2019-12-22[lldb] Remove unused CompilerDeclContext::IsStructUnionOrClassRaphael Isemann
2019-12-21[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann
2019-12-21[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann
2019-12-17[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann
2019-12-17[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann
2019-12-17[lldb] Remove modern-type-lookupRaphael Isemann
2019-12-17[lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann
2019-12-16[lldb] Centralize desugaring of decltype-like types in ClangASTContextPavel Labath
2019-12-15[lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...Raphael Isemann
2019-12-13[lldb][NFC] Make metadata tracking type safeRaphael Isemann
2019-12-12[lldb] "See through" atomic types in ClangASTContextPavel Labath
2019-12-12[lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...Raphael Isemann
2019-12-11[lldb] Don't search the metadata map three times when retrieving metadataRaphael Isemann
2019-12-10[lldb] Centralize type "desugaring" logic in ClangASTContextPavel Labath
2019-12-09[lldb] Support for DWARF-5 atomic typesRaphael Isemann
2019-12-07Symbol: use elaborated types for `DataExtractor`Saleem Abdulrasool
2019-12-03[ClangASTContext] Remove a very old hack.Davide Italiano
2019-11-29[lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)Raphael Isemann
2019-11-29[lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann
2019-11-29[lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann
2019-11-29[lldb][NFC] Early exit in ClangASTContext::CreateInstanceRaphael Isemann
2019-11-28[lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann
2019-11-27[lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann
2019-11-22Reformat code for readability.Adrian Prantl
2019-11-22Register Objective-C property accessors with their property decls.Adrian Prantl
2019-11-21Early-exitify ClangASTContext::AddObjCClassProperty() (NFC)Adrian Prantl