summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-0/+2
* [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRefRaphael Isemann2020-01-141-7/+6
* [lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinitionRaphael Isemann2020-01-141-57/+52
* [lldb] Fix lookup of symbols with the same address range but different bindingJan Kratochvil2020-01-131-1/+1
* [lldb] Make CompleteTagDeclsScope completion order deterministicRaphael Isemann2020-01-101-5/+3
* [lldb] Remove FieldDecl stealing hack by rerouting indirect imports to the or...Raphael Isemann2020-01-101-0/+33
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-101-3/+2
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-082-21/+0
* [lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpecRaphael Isemann2020-01-081-27/+16
* [lldb] Initialize some bitfields in FuncUnwinders.cppPavel Labath2020-01-071-0/+2
* [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 CompilerType constructors/destructors and fix unused var...Raphael Isemann2020-01-011-6/+0
* [lldb][NFC] Make some checks more readable in Variable::PrivateAutoCompleteRaphael Isemann2020-01-011-3/+3
* [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-292-25/+18
* [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-243-48/+11
* [lldb][NFC] Remove unused callback functionality from ClangASTContextRaphael Isemann2019-12-231-5/+0
* [lldb][NFC] Simplify ClangExternalASTSourceCallbacksRaphael Isemann2019-12-232-78/+18
* [lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl methodRaphael Isemann2019-12-231-16/+0
* [lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cppRaphael Isemann2019-12-231-8/+4
* [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-222-14/+0
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-212-520/+500
* [lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContextRaphael Isemann2019-12-211-94/+53
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-201-3/+3
* [lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code styleRaphael Isemann2019-12-191-18/+10
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-6/+9
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-171-1/+1
* [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][NFC] Remove implementation of GetOriginalDecl and just call GetDeclOri...Raphael Isemann2019-12-171-12/+1
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-171-1/+13
* [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann2019-12-161-55/+38
* [lldb] Centralize desugaring of decltype-like types in ClangASTContextPavel Labath2019-12-161-74/+12
* [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...Raphael Isemann2019-12-164-24/+37
* [lldb][NFC] Remove ClangASTImporter::ResolveDeclOriginRaphael Isemann2019-12-161-6/+6
* [lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...Raphael Isemann2019-12-161-5/+3
* [lldb] Remove RTTI in ClangExternalASTSourceCommon based on a global map of k...Raphael Isemann2019-12-152-58/+14
* [lldb][NFC] Make metadata tracking type safeRaphael Isemann2019-12-132-17/+48
* [lldb] Remove ClangASTMetricsRaphael Isemann2019-12-121-38/+0
* [lldb] "See through" atomic types in ClangASTContextPavel Labath2019-12-121-52/+48
OpenPOWER on IntegriCloud