aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp
AgeCommit message (Expand)AuthorFilesLines
2025-12-09[lldb][test] Add basic API tests for DW_TAG_template_alias (#170804)Michael Buch3-0/+69
2025-12-09[lldb][TypeSystemClang] Set SuppressInlineNamespace to 'All' (#171138)Michael Buch3-0/+46
2025-11-19[lldb] Skip TestLibcxxInternalsRecognizer on asan + MacOSFelipe de Azevedo Piovezan1-0/+1
2025-11-04[lldb] Skip tests on older versions of clangAdrian Prantl1-1/+1
2025-11-03[lldb] Skip tests on older versions of clangAdrian Prantl1-1/+1
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch1-1/+1
2025-10-10[lldb][test] Skip TestCppFloatingTypesSpecialization.py on older compilersMichael Buch1-0/+1
2025-10-02[lldb][test] TestExprDefinitionInDylib.py adjust test to account for older co...Michael Buch1-3/+17
2025-10-02[lldb][test] TestAbiTagStructors.py adjust test to account for older compiler...Michael Buch1-4/+29
2025-10-02[lldb][test] TestStructuredBinding.py: adjust assertion to check for compatib...Michael Buch1-13/+18
2025-10-01[lldb][test] Fix bf16 test cases on Arm 32-bit (#161528)David Spickett2-6/+25
2025-10-01[lldb][TypeSystemClang] Added unique builtins types for __bf16 and _Float16 (...Timur Golubovich4-1/+37
2025-10-01[lldb][IRExecutionUnit] Return error on failure to resolve function address (...Michael Buch6-0/+64
2025-09-20[clang][Expr] Teach IgnoreUnlessSpelledInSource about implicit calls to std::...Michael Buch2-6/+89
2025-09-09[lldb][test] TestAbiTagStructors.py: XFAIL on WindowsMichael Buch1-0/+4
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch7-13/+272
2025-08-28[lldb] Skip test with older version of clangAdrian Prantl1-1/+1
2025-08-27Reapply "[libc++] Refactor key extraction for __hash_table and __tree (#15451...Nikolas Klauser1-0/+1
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch1-1/+9
2025-08-08[lldb][test] TestExprDefinitionInDylib.py: add cases for calling ctorsMichael Buch4-0/+25
2025-08-05[lldb] Preserve original symbol of Mangled function names (#152201)Dave Lee1-2/+4
2025-08-01[lldb][test] Skip TestExprDefinitionInDylib on WindowsMichael Buch1-0/+1
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch5-0/+55
2025-07-18[lldb] Correct spacing of = {...} when depth limit is hit (#149480)David Spickett1-5/+5
2025-07-17[lldb][test] Remove XFAIL from some Windows testsDavid Spickett1-1/+0
2025-06-27[lldb] Fix evaluating expressions without JIT in an object context (#145599)Igor Kudrin1-3/+1
2025-06-09[lldb][test] Remove Windows xfail from forward declaration testsDavid Spickett1-1/+0
2025-06-06[lldb][Modules] Make decls from submodules visible for name lookup (#143098)Michael Buch1-10/+4
2025-05-30[lldb][test] Disable DeclFromSubmodule test on WindowsDavid Spickett1-0/+2
2025-05-30[lldb][SymbolFileDWARF] Fall back to using parent DW_AT_LLVM_include_path for...Michael Buch6-0/+48
2025-05-29Reland "[lldb][Modules] Fix error handling of parseAndLoadModuleMapFile (#141...Michael Buch2-5/+2
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda5-5/+5
2025-05-22[lldb] Call Target::ClearAllLoadedSections even earlier (#140228)Pavel Labath1-1/+0
2025-05-14Revert "[lldb] Call Target::ClearAllLoadedSections earlier (#138892)"Pavel Labath1-0/+1
2025-05-14[lldb] Call Target::ClearAllLoadedSections earlier (#138892)Pavel Labath1-1/+0
2025-05-07[LLDB] Fix GetIndexOfChildMemberWithName to handle anonymous structs. (#138487)cmtice3-0/+98
2025-05-07[lldb] XFAIL TestDynamicValue.py:test_from_core_file on arm(32)Pavel Labath1-0/+1
2025-05-07[lldb] Fix dynamic type resolutions for core files (#138698)Pavel Labath1-0/+51
2025-05-06[lldb][test] Mark DynamicValueTestCase XFAIL on WindowsMuhammad Omair Javaid1-0/+1
2025-05-02[lldb] Fix dynamic type resolution for types parsed from declarations (#137974)Pavel Labath5-1/+20
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee1-1/+1
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima8-14/+14
2025-02-17[lldb] Disable test_step_out_thunk on WindowsJonas Devlieghere1-0/+1
2025-02-17[lldb] Support stepping through C++ thunks (#127419)Jonas Devlieghere3-0/+97
2025-02-17[lldb][TypeSystemClang] Add support for floating point template argument cons...Michael Buch2-3/+45
2025-02-14[lldb][test] TestCppTemplateArguments.py: skip on older compilersMichael Buch1-0/+1
2025-02-13[lldb][test] TestCppTemplateArguments.py: adjust expected typeMichael Buch1-2/+4
2025-02-13[lldb][test] TestCPPEnumPromotion: make sure enums are preserved in dSYMMichael Buch1-9/+9
2025-02-13[lldb] Analyze enum promotion type during parsing (#115005)Ilia Kuklin3-0/+61
2025-02-13[lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (#126901)Michael Buch4-4/+57