summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Symbol
Commit message (Expand)AuthorAgeFilesLines
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-152-20/+2
* Mark private unimplemented functions as deletedJonas Devlieghere2019-05-151-2/+2
* typedef enum -> enumFangrui Song2019-05-144-22/+18
* Fix file names in file headers. NFCFangrui Song2019-05-132-2/+2
* FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath2019-05-103-2/+18
* PostfixExpression: Use signed integers in IntegerNodePavel Labath2019-05-071-3/+3
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-063-1/+36
* Rename Minion to ASTImporterDelegateRaphael Isemann2019-05-021-33/+45
* PostfixExpression: Introduce InitialValueNodePavel Labath2019-04-301-1/+18
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-303-0/+114
* PostfixExpression: move DWARF generator out of NativePDB internalsPavel Labath2019-04-261-0/+18
* Fixed typo in CompileUnit::GetImportedModules documentation [NFC]Raphael Isemann2019-04-251-1/+1
* PostfixExpression: move parser out of NativePDB internalsPavel Labath2019-04-241-0/+12
* Move postfix expression code out of the NativePDB pluginPavel Labath2019-04-231-0/+179
* FuncUnwinders: remove "current_offset" from function argumentsPavel Labath2019-04-232-26/+20
* Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()Adrian Prantl2019-04-101-3/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1028-668/+0
* Teach TypeSystem about PDBASTParserNathan Lanza2019-03-272-1/+3
* Remove the TypePair classPavel Labath2019-03-261-86/+4
* Remove the unused return value in ASTImporter::Imported [NFC]Raphael Isemann2019-03-201-1/+1
* Delete type_sp member from TypePairPavel Labath2019-03-151-64/+14
* Fix/unify SBType comparisonPavel Labath2019-03-131-6/+2
* Correctly look up declarations in inline namespacesRaphael Isemann2019-03-123-2/+25
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-1115-380/+380
* Add an LLVM-style dump method to CompilerType for extra convenience during de...Adrian Prantl2019-03-073-0/+20
* Pass ConstString by value (NFC)Adrian Prantl2019-03-0616-49/+49
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-1/+4
* Move RangeMap.h into UtilityPavel Labath2019-03-067-24/+17
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-0/+61
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-181-1/+4
* Remove redundant semicolon after namespace-closing '}'Pavel Labath2019-02-151-1/+1
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-142-19/+4
* Add missing includeAdrian Prantl2019-02-131-0/+1
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-134-24/+55
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-135-23/+23
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-111-3/+3
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-052-2/+4
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-3/+4
* Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl2019-01-281-4/+3
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-281-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1937-148/+111
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-162-6/+10
* Add Doxygen comments.Adrian Prantl2019-01-151-0/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-3/+2
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-142-6/+4
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-142-2/+2
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-142-2/+2
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-112-21/+18
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-102-2/+2
* [NativePDB] Add support for parsing typedef records.Zachary Turner2019-01-101-0/+5
OpenPOWER on IntegriCloud