summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRefRaphael Isemann2020-01-141-7/+6
* [lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinitionRaphael Isemann2020-01-141-57/+52
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-101-3/+2
* [lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpecRaphael Isemann2020-01-081-27/+16
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-071-3/+3
* [lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...Raphael Isemann2020-01-021-0/+5
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-021-273/+196
* [lldb][NFC] Simplify ClangASTContext::GetTypeForDeclRaphael Isemann2019-12-301-17/+5
* [lldb][NFC] Make integer types functions in ClangASTContext not staticRaphael Isemann2019-12-291-45/+32
* [lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionTypeRaphael Isemann2019-12-291-10/+10
* [lldb][NFC] Remove most GetASTContext calls in AST metadata codeRaphael Isemann2019-12-291-22/+12
* [lldb] Remove some calls to GetASTContextRaphael Isemann2019-12-261-7/+4
* [lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...Raphael Isemann2019-12-251-44/+38
* [lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...Raphael Isemann2019-12-241-8/+13
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-241-13/+11
* [lldb][NFC] Remove unused callback functionality from ClangASTContextRaphael Isemann2019-12-231-5/+0
* [lldb][NFC] Simplify ClangExternalASTSourceCallbacksRaphael Isemann2019-12-231-16/+10
* [lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl methodRaphael Isemann2019-12-231-16/+0
* [lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann2019-12-231-0/+2
* [lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDeclRaphael Isemann2019-12-231-7/+1
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-7/+9
* [lldb] Remove unused CompilerDeclContext::IsStructUnionOrClassRaphael Isemann2019-12-221-7/+0
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-509/+493
* [lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann2019-12-211-94/+53
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-6/+9
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-171-2/+2
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-171-6/+0
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-171-1/+13
* [lldb] Centralize desugaring of decltype-like types in ClangASTContextPavel Labath2019-12-161-74/+12
* [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...Raphael Isemann2019-12-151-22/+12
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-131-9/+38
* [lldb] "See through" atomic types in ClangASTContextPavel Labath2019-12-121-52/+48
* [lldb][NFC] Don't implement ClangASTContext::SetMetadata again as a static me...Raphael Isemann2019-12-121-7/+8
* [lldb] Don't search the metadata map three times when retrieving metadataRaphael Isemann2019-12-111-1/+1
* [lldb] Centralize type "desugaring" logic in ClangASTContextPavel Labath2019-12-101-801/+74
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-091-1/+17
* Symbol: use elaborated types for `DataExtractor`Saleem Abdulrasool2019-12-071-3/+3
* [ClangASTContext] Remove a very old hack.Davide Italiano2019-12-031-25/+0
* [lldb][NFC] Remove unused ClangASTContext::GetBasicType(ConstString)Raphael Isemann2019-11-291-5/+0
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-291-35/+20
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-291-1/+1
* [lldb][NFC] Early exit in ClangASTContext::CreateInstanceRaphael Isemann2019-11-291-41/+41
* [lldb][NFC] Remove CompilerDeclContext::IsClangRaphael Isemann2019-11-281-5/+9
* [lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann2019-11-271-6/+5
* Reformat code for readability.Adrian Prantl2019-11-221-2/+2
* Register Objective-C property accessors with their property decls.Adrian Prantl2019-11-221-29/+45
* Early-exitify ClangASTContext::AddObjCClassProperty() (NFC)Adrian Prantl2019-11-211-178/+162
* [lldb][NFC] Remove unused ClangASTContext::GetUnknownAnyTypeRaphael Isemann2019-11-201-7/+0
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-201-14/+5
* [lldb][NFC] Remove ClangASTContext::GetAsDeclContextRaphael Isemann2019-11-201-10/+0
OpenPOWER on IntegriCloud