aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/TypeSystem
AgeCommit message (Expand)AuthorFilesLines
2021-10-19[lldb] Allow dumping the state of all scratch TypeSystemsRaphael Isemann2-4/+42
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-5/+3
2021-10-11[lldb] Don't print to stderr in TypeSystemClang::GetBuiltinTypeForDWARFEncodi...Raphael Isemann1-14/+6
2021-10-08[NFC] [Clang] Remove pre-computed complex float typesQiu Chaofan1-18/+22
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-09-06[lldb] Silence compiler warning after fae0dfa6421ea6c02f86ba7292fa782e1e2b69d1Benjamin Kramer1-0/+1
2021-08-30[lldb][NFC] Remove TypeSystemClang::CreateFunctionType overloadRaphael Isemann1-8/+1
2021-07-30[OpenCL] Add std flag aliases clc++1.0 and CLC++1.0Anastasia Stulova1-1/+1
2021-07-22[lldb][NFCI] Remove redundant accessibility heuristic in the DWARF parserRaphael Isemann2-43/+0
2021-07-12Reland "[clang-repl] Implement partial translation units and error recovery."Vassil Vassilev1-2/+2
2021-07-12[lldb][NFC] Use ArrayRef in TypeSystemClang::SetFunctionParametersRaphael Isemann2-5/+4
2021-07-11Revert "[clang-repl] Implement partial translation units and error recovery."Vassil Vassilev1-1/+1
2021-07-11[lldb] Fix compilation by adjusting to the new ASTContext signature.Vassil Vassilev1-1/+1
2021-06-15[lldb] Make the ClassTemplateDecl merging logic in TypeSystemClang respect te...Raphael Isemann2-6/+113
2021-06-07[lldb] Fix TypeSystemClang compilation after D101777Raphael Isemann1-2/+2
2021-06-02[lldb] Preserve type sugar when using SBValue::Dereference on C++ referencesRaphael Isemann1-1/+1
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann2-2/+2
2021-05-24[lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from...Alex Langford1-1/+2
2021-05-19[lldb] Encode `bool` as unsigned intAndy Yankovsky1-1/+1
2021-05-11Add null-pointer checks when accessing a TypeSystem's SymbolFileAugusto Noronha1-4/+4
2021-03-24Updated LLDB for the new Clang Language enumerator 'OpenCLCXX'Dmitri Gribenko1-0/+3
2021-03-17Make iteration over the DeclContext::lookup_result safe.Vassil Vassilev2-12/+12
2021-02-24[lldb] Support debugging utility functionsJonas Devlieghere1-1/+2
2021-02-18[lldb][NFC] Silence missing case warnings in TypeSystemClang::GetTypeBitAlign...Raphael Isemann1-0/+69
2021-01-26[lldb][NFC] Another attempt to fix GCC 5.x compilationRaphael Isemann1-1/+4
2021-01-21[lldb][NFC] Fix build with GCC<6Raphael Isemann1-1/+1
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg1-3/+0
2021-01-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith1-0/+3
2020-12-22Revert "[LLDB] Unbreak the build after recent clang changes"Arthur Eubanks1-3/+0
2020-12-22[lldb] Add SBType::GetEnumerationIntegerType methodAndy Yankovsky2-0/+10
2020-12-22[lldb] Add SBType::IsScopedEnumerationType methodAndy Yankovsky2-0/+16
2020-12-18[LLDB] Unbreak the build after recent clang changesDavid Zarzycki1-0/+3
2020-12-17[lldb] Unify the two CreateTypedef implementations in TypeSystemClangRaphael Isemann2-46/+9
2020-12-10[lldb] Introduce separate scratch ASTs for debug info types and types importe...Raphael Isemann2-7/+156
2020-12-08[lldb] Remove unused IsFunctionType is_variadic_ptr parameter (NFC)Dave Lee2-14/+4
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann2-12/+22
2020-12-04[lldb][NFC] Rename TypeSystemClangForExpressions to ScratchTypeSystemClangRaphael Isemann2-17/+18
2020-12-02[lldb] Don't reject empty or unnamed template parameter packsRaphael Isemann1-2/+3
2020-12-01[lldb] Fix build after found_decls was removed by 1f40d60a3b7f310ff3f77bb8643...Fangrui Song1-3/+6
2020-11-30[lldb] Always include template arguments that have their default value in the...Raphael Isemann1-0/+12
2020-11-25Refactor and simplify class scope name lookup.Richard Smith1-2/+4
2020-11-16Speculatively fix the lldb buildAaron Ballman1-7/+8
2020-11-12[lldb] Introduce a LLDB printing policy for Clang type names that suppressed ...Raphael Isemann2-8/+30
2020-10-29[lldb] Unbreak the build after a recent PowerPC changeDavid Zarzycki1-0/+6
2020-10-23[lldb] Redesign Target::GetUtilityFunctionForLanguage APIJonas Devlieghere2-7/+8
2020-09-22[lldb] Ignore certain Clang type sugar when creating the type nameRaphael Isemann1-0/+10
2020-08-20[lldb] Fix a new -Wdocumetnation issues (NFC)Jonas Devlieghere1-1/+1
2020-08-19[lldb] Add typedefs to the DeclContext they are created inPavel Labath1-0/+1
2020-08-17[lldb][NFC] Use StringRef in CreateFunctionDeclaration/GetDeclarationNameRaphael Isemann2-11/+8
2020-08-17[lldb][NFC] Remove name parameter from CreateFunctionTemplateDeclRaphael Isemann2-6/+4