summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/SymbolFile
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove default llvm::Triple argument from ClangASTContext constructorRaphael Isemann2020-01-081-2/+3
* [lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann2019-12-231-1/+1
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-232-33/+10
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-1/+1
* [lldb] Fix windows build after getASTContext() changeRaphael Isemann2019-12-211-3/+2
* [lldb] Fix windows build for 38870afPavel Labath2019-11-291-1/+1
* Adapt Windows test to API change.Adrian Prantl2019-10-171-3/+2
* [lldb][NFC] Create the ASTContext in ClangASTContext exactly once.Raphael Isemann2019-10-021-2/+15
* Make yet another attempt in restoring SymbolFilePDBTestsAdrian Prantl2019-10-021-13/+13
* Make another attempt at fixing SymbolFilePDBTests.Adrian Prantl2019-10-011-0/+1
* Fix a syntax error.Adrian Prantl2019-10-011-1/+1
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-15/+12
* Try to update Windows unit test for API change.Adrian Prantl2019-09-301-21/+18
* Enhance SymbolFileDWARF::ParseDeclsForContext performancePavel Labath2019-09-241-15/+23
* [LLDB] Check for _WIN32 instead of _MSC_VER for code specific to windows in g...Martin Storsjo2019-09-231-3/+3
* Fix GetDIEForDeclContext so it only returns entries matching the provided con...Pavel Labath2019-08-292-0/+48
* Add a missing include to SymbolFilePDBTests.cppPavel Labath2019-08-081-0/+1
* Fix PDB unit tests for the GetSymbolVendor deletionPavel Labath2019-08-081-36/+15
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-5/+2
* Add missing includes to SymbolFilePDBTestsPavel Labath2019-07-312-0/+2
* [SymbolFilePDB] Fix windows bots after rL367360Alex Langford2019-07-301-4/+12
* Fix some signed/unsigned comparison warningsPavel Labath2019-06-071-8/+8
* Fix a regression in DWARF access speed caused by svn revision 356190Greg Clayton2019-05-301-0/+253
* Fixed source header [NFC]Greg Clayton2019-05-291-1/+1
* PostfixExpression: Use signed integers in IntegerNodePavel Labath2019-05-071-4/+4
* Remove obsoleted NativePDB testsPavel Labath2019-04-291-26/+0
* [NFC] Fix license headers after r352845Aleksandr Urakov2019-02-081-4/+3
* [unittests] Fix warningJonas Devlieghere2019-02-051-1/+1
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-013-0/+180
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-20/+13
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-2/+2
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-301-0/+17
* Remove header grouping comments.Jonas Devlieghere2018-11-112-2/+2
* Fix some windows-specific fallout from the FileSpec change.Zachary Turner2018-11-031-30/+29
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-17/+0
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-0/+17
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-312-6/+12
* [PDB] Fix `SymbolFilePDBTests` after r345313Aleksandr Urakov2018-10-261-2/+4
* [PDB] Test variadic function type in PDBAaron Smith2018-10-194-7/+15
* [PDB] Fix problems after rL341782Aleksandr Urakov2018-09-113-5/+53
* Revert "PDB support of function-level linking and splitted functions"Pavel Labath2018-06-068-104/+0
* PDB support of function-level linking and splitted functionsAaron Smith2018-06-058-0/+104
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-222-10/+1
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-192-1/+10
* Update failing PDB unit tests that are searching for symbols by regexAaron Smith2017-12-281-12/+8
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-221-0/+7
* Enable more abilities in SymbolFilePDBAaron Smith2017-12-221-2/+1
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-2/+2
OpenPOWER on IntegriCloud