summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Symbol
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix TestClangASTContext.TestFunctionTemplateInRecordConstruction in De...Raphael Isemann2020-01-101-1/+5
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-071-2/+1
* [lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...Raphael Isemann2020-01-021-0/+49
* [lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann2019-12-235-53/+14
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-2/+1
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-212-75/+75
* [lldb][NFC] Remove utility methods in TestClangASTImporterRaphael Isemann2019-12-201-35/+8
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-201-12/+6
* [lldb][NFC] Move utility functions from ClangASTImporter and ClangExpressionD...Raphael Isemann2019-12-201-64/+44
* [lldb] Add tests for ClangASTImporter's DeportType and DeportDecl methodsRaphael Isemann2019-12-201-11/+82
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-1/+1
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-171-1/+1
* [lldb] Add unit test for ClangASTImporterRaphael Isemann2019-12-162-0/+221
* [lldb] Centralize desugaring of decltype-like types in ClangASTContextPavel Labath2019-12-161-4/+36
* [lldb][NFC] Fix file header of TestClangASTContext.cppRaphael Isemann2019-12-161-3/+1
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-291-19/+19
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-201-2/+1
* [lldb][NFC] Remove unused include in TestLineEntry.cppRaphael Isemann2019-09-201-1/+0
* Fix windows build after r369894Pavel Labath2019-08-261-6/+4
* Postfix: move more code out of the PDB pluginPavel Labath2019-08-261-27/+56
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-0/+44
* unittests: Use yaml2obj as a library instead of an external processPavel Labath2019-08-204-182/+161
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-6/+8
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-262-0/+4
* Fixup r360161Pavel Labath2019-05-072-3/+1
* PostfixExpression: Use signed integers in IntegerNodePavel Labath2019-05-071-6/+7
* Added missing files from 360071.Greg Clayton2019-05-073-0/+1179
* [CMake] Remove lldbPluginSymbolVendorMacOSX to fix CMake buildJonas Devlieghere2019-05-061-1/+0
* [CMake] Remove inlined-functions.yamlJonas Devlieghere2019-05-061-1/+0
* Fix the cmake build by removing non-existant source fileReid Kleckner2019-05-061-1/+0
* Include inlined functions when figuring out a contiguous address rangeGreg Clayton2019-05-062-26/+9
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-2/+2
* PostfixExpression: Introduce InitialValueNodePavel Labath2019-04-301-0/+16
* PostfixExpression: move DWARF generator out of NativePDB internalsPavel Labath2019-04-261-0/+55
* PostfixExpression: move parser out of NativePDB internalsPavel Labath2019-04-242-0/+98
* [LLDB] - Update the test cases after yaml2obj change.George Rimar2019-04-031-16/+18
* Resubmit "Don't include UnixSignals.h from Host."Zachary Turner2019-03-061-2/+7
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-272-0/+49
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* TestClangASTContext: Rewrite an if-else chain into a switchPavel Labath2019-01-161-3/+11
* Remove Go debugger pluginJonas Devlieghere2018-11-051-6/+0
* [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-7/+20
* [NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner2018-10-251-11/+14
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-2/+3
* [LLDB] Unit tests / typo fixDavid Carlier2018-06-071-1/+1
* Remove spurious dependency on Process/elf-core from Process/Utility.James Y Knight2018-05-231-0/+1
* Fix memory leak in TestClangASTContext.TestRecordHasFieldsRaphael Isemann2018-01-221-0/+5
* Fix assertion in ClangASTContextPavel Labath2017-11-301-7/+8
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-10/+20
OpenPOWER on IntegriCloud