summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp
AgeCommit message (Expand)Author
2025-11-19[lldb] Skip TestLibcxxInternalsRecognizer on asan + MacOSFelipe de Azevedo Piovezan
2025-11-04[lldb] Skip tests on older versions of clangAdrian Prantl
2025-11-03[lldb] Skip tests on older versions of clangAdrian Prantl
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch
2025-10-10[lldb][test] Skip TestCppFloatingTypesSpecialization.py on older compilersMichael Buch
2025-10-02[lldb][test] TestExprDefinitionInDylib.py adjust test to account for older co...Michael Buch
2025-10-02[lldb][test] TestAbiTagStructors.py adjust test to account for older compiler...Michael Buch
2025-10-02[lldb][test] TestStructuredBinding.py: adjust assertion to check for compatib...Michael Buch
2025-10-01[lldb][test] Fix bf16 test cases on Arm 32-bit (#161528)David Spickett
2025-10-01[lldb][TypeSystemClang] Added unique builtins types for __bf16 and _Float16 (...Timur Golubovich
2025-10-01[lldb][IRExecutionUnit] Return error on failure to resolve function address (...Michael Buch
2025-09-20[clang][Expr] Teach IgnoreUnlessSpelledInSource about implicit calls to std::...Michael Buch
2025-09-09[lldb][test] TestAbiTagStructors.py: XFAIL on WindowsMichael Buch
2025-09-09[lldb][Expression] Add structor variant to LLDB's function call labels (#149827)Michael Buch
2025-08-28[lldb] Skip test with older version of clangAdrian Prantl
2025-08-27Reapply "[libc++] Refactor key extraction for __hash_table and __tree (#15451...Nikolas Klauser
2025-08-22[lldb][ClangASTImporter] Don't ASTImport LambdaExpr nodes (#154962)Michael Buch
2025-08-08[lldb][test] TestExprDefinitionInDylib.py: add cases for calling ctorsMichael Buch
2025-08-05[lldb] Preserve original symbol of Mangled function names (#152201)Dave Lee
2025-08-01[lldb][test] Skip TestExprDefinitionInDylib on WindowsMichael Buch
2025-08-01[lldb][Expression] Encode Module and DIE UIDs into function AsmLabels (#148877)Michael Buch
2025-07-18[lldb] Correct spacing of = {...} when depth limit is hit (#149480)David Spickett
2025-07-17[lldb][test] Remove XFAIL from some Windows testsDavid Spickett
2025-06-27[lldb] Fix evaluating expressions without JIT in an object context (#145599)Igor Kudrin
2025-06-09[lldb][test] Remove Windows xfail from forward declaration testsDavid Spickett
2025-06-06[lldb][Modules] Make decls from submodules visible for name lookup (#143098)Michael Buch
2025-05-30[lldb][test] Disable DeclFromSubmodule test on WindowsDavid Spickett
2025-05-30[lldb][SymbolFileDWARF] Fall back to using parent DW_AT_LLVM_include_path for...Michael Buch
2025-05-29Reland "[lldb][Modules] Fix error handling of parseAndLoadModuleMapFile (#141...Michael Buch
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-05-22[lldb] Call Target::ClearAllLoadedSections even earlier (#140228)Pavel Labath
2025-05-14Revert "[lldb] Call Target::ClearAllLoadedSections earlier (#138892)"Pavel Labath
2025-05-14[lldb] Call Target::ClearAllLoadedSections earlier (#138892)Pavel Labath
2025-05-07[LLDB] Fix GetIndexOfChildMemberWithName to handle anonymous structs. (#138487)cmtice
2025-05-07[lldb] XFAIL TestDynamicValue.py:test_from_core_file on arm(32)Pavel Labath
2025-05-07[lldb] Fix dynamic type resolutions for core files (#138698)Pavel Labath
2025-05-06[lldb][test] Mark DynamicValueTestCase XFAIL on WindowsMuhammad Omair Javaid
2025-05-02[lldb] Fix dynamic type resolution for types parsed from declarations (#137974)Pavel Labath
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-17[lldb] Disable test_step_out_thunk on WindowsJonas Devlieghere
2025-02-17[lldb] Support stepping through C++ thunks (#127419)Jonas Devlieghere
2025-02-17[lldb][TypeSystemClang] Add support for floating point template argument cons...Michael Buch
2025-02-14[lldb][test] TestCppTemplateArguments.py: skip on older compilersMichael Buch
2025-02-13[lldb][test] TestCppTemplateArguments.py: adjust expected typeMichael Buch
2025-02-13[lldb][test] TestCPPEnumPromotion: make sure enums are preserved in dSYMMichael Buch
2025-02-13[lldb] Analyze enum promotion type during parsing (#115005)Ilia Kuklin
2025-02-13[lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (#126901)Michael Buch
2025-01-24[lldb] Add SBThread.selected_frame property (#123981)Dave Lee
2025-01-16[lldb] Fix lookup of types in anonymous namespaces with -gsimple-template-nam...Pavel Labath