aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/Symbol
AgeCommit message (Expand)AuthorFilesLines
2022-10-25[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere1-12/+18
2022-04-29Fix the encoding and decoding of UniqueCStringMap<T> objects when saved to ca...Greg Clayton1-0/+414
2022-03-01[PDB] add missing char8_t for 5c9e20dZequan Wu1-0/+2
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille1-0/+1
2021-12-16Added the ability to cache the finalized symbol tables subsequent debug sessi...Greg Clayton4-0/+516
2021-10-29[lldb] Make TypeSystemClang::GetFullyUnqualifiedType work for constant arraysPavel Labath1-0/+26
2021-10-08[NFC] [Clang] Remove pre-computed complex float typesQiu Chaofan1-4/+5
2021-08-30[lldb] Return all line entries matchign a line if no column is specifiedKim-Anh Tran1-13/+35
2021-08-16[lldb] Add tests for TypeSystemMap::GetTypeSystemForLanguageRaphael Isemann2-0/+93
2021-08-11[llvm][clang][NFC] updates inline licence infoChristopher Di Bella1-5/+3
2021-06-15[lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect te...Raphael Isemann1-0/+181
2021-05-31[lldb] Fix typos. NFC.Bruce Mitchener1-1/+1
2021-05-11Add null-pointer checks when accessing a TypeSystem's SymbolFileAugusto Noronha1-0/+12
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani1-7/+10
2021-05-04[lldb] Move and clean-up the Declaration class (NFC)Med Ismail Bennani2-2/+2
2020-12-17[lldb] Unify the two CreateTypedef implementations in TypeSystemClangRaphael Isemann1-3/+2
2020-12-10[lldb] Introduce separate scratch ASTs for debug info types and types importe...Raphael Isemann1-0/+12
2020-12-02[lldb] Don't reject empty or unnamed template parameter packsRaphael Isemann1-0/+6
2020-10-23fix lldb for recent libDebugInfoDWARF API changeDavid Blaikie1-1/+1
2020-09-18[DWARFYAML] Make the include_directories, file_names and opcodes fields of th...Xing GUO1-1/+0
2020-08-31[Test] Simplify DWARF test cases. NFC.Xing GUO1-13/+1
2020-08-27[lldb] Fix "no matching std::pair constructor" on Ubuntu 16.04 (NFC)Jonas Devlieghere1-1/+1
2020-08-25[lldb] Make Reproducer compatbile with SubsystemRAII (NFC)Jonas Devlieghere1-9/+1
2020-08-25[lldb] Initialize reproducers in LocateSymbolFileTestRaphael Isemann1-0/+9
2020-08-21[DWARFYAML] Add support for emitting multiple abbrev tables.Xing GUO1-177/+178
2020-08-17[lldb][NFC] Remove name parameter from CreateFunctionTemplateDeclRaphael Isemann1-2/+2
2020-08-17[lldb][NFC] Use the proper type for the 'storage' parameter of CreateFunction...Raphael Isemann1-2/+4
2020-07-14[lldb/Module] Allow for the creation of memory-only modulesFred Riss2-3/+2
2020-06-30[DWARFYAML][debug_info] Replace 'InitialLength' with 'Format' and 'Length'.Xing GUO1-2/+1
2020-06-13Recommit "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `...Xing GUO1-2/+1
2020-05-27[lldb] Don't complete ObjCInterfaceDecls in ClangExternalASTSourceCallbacks::...Raphael Isemann1-0/+34
2020-05-25[lldb] Remove custom DWARF expression printing codePavel Labath1-22/+19
2020-04-09Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl1-24/+56
2020-04-01Revert "Preserve the owning module information from DWARF in the synthesized ...Adrian Prantl1-52/+22
2020-04-01Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl1-22/+52
2020-02-18[lldb] Refactor and test TypeSystemClang::GetEnumerationIntegerTypeRaphael Isemann1-0/+36
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford4-7/+8
2020-01-29[lldb] Don't create duplicate declarations when completing a forward declarat...Raphael Isemann1-0/+27
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-8/+9
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann7-7/+7
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann4-81/+81
2020-01-22[lldb] Add a display name to ClangASTContext instancesRaphael Isemann1-1/+12
2020-01-20[lldb] Mark the implicit copy constructor as deleted when a move constructor ...Raphael Isemann1-0/+86
2020-01-10[lldb] Fix TestClangASTContext.TestFunctionTemplateInRecordConstruction in De...Raphael Isemann1-1/+5
2020-01-07[lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann1-2/+1
2020-01-02[lldb] Fix crash in AccessDeclContextSanity when copying FunctionTemplateDecl...Raphael Isemann1-0/+49
2019-12-23[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...Raphael Isemann5-53/+14
2019-12-23[lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann1-2/+1
2019-12-21[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2-75/+75
2019-12-20[lldb][NFC] Remove utility methods in TestClangASTImporterRaphael Isemann1-35/+8