summaryrefslogtreecommitdiff
path: root/libcxxabi/test/test_demangle.pass.cpp
AgeCommit message (Expand)Author
2025-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne
2025-05-30[ItaniumDemangle][test] Factor demangler test-cases into file and sync into L...Michael Buch
2025-05-12[ItaniumDemangle] Add Named flag to "pm" operator (#136862)Michael Buch
2025-04-23[ItaniumDemangle][test] Add test-cases for ref-qualified member pointer param...Michael Buch
2025-04-15[PAC] Add support for __ptrauth type qualifier (#100830)Akira Hatanaka
2025-04-11[libcxxabi] Use __LDBL_MANT_DIG__ for configuring demangling of long doubles ...Martin Storsjö
2025-01-13[libc++abi][ItaniumDemangle] Demangle DF16b as std::bfloat16_t (#120109)Fraser Cormack
2024-12-14NFC: clang-format test_demangle.pass.cpp but keep test "lines"Hubert Tong
2024-12-10[libc++abi] Enable demangling of `cp` expression production (#114882)Hubert Tong
2024-11-05[demangler] Enhance demangling in llvm-cxxfilt for fixed-point types. (#114257)c8ef
2024-09-30[runtimes] Run backdeployment CI on Github hosted runners (#109984)Louis Dionne
2024-09-30[clang][ItaniumMangle] Mangle friend function templates with a constr… (#11...Viktoriia Bakalova
2024-09-23[ItaniumDemangle] Add template name to the substitutions list during demangli...Viktoriia Bakalova
2024-09-19[demangle] Represent a char array initializer as a string literal. (#109021)Richard Smith
2024-09-12[ItaniumDemangle] Set `InConstraintExpr` to `true` when demangling a constrai...Viktoriia Bakalova
2024-07-26[libcxx] [test] Detect the UCRT printf("%a") formatting bug (#99846)Martin Storsjö
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2024-02-26[ItaniumDemangle] reject A-F in FP literals (#82864)Ryan Prichard
2023-11-29[libc++] Add initial support for picolibcMichael Platings
2023-11-28[libcxxabi][ItaniumDemangle] Demangle explicitly named object parameters (#72...Michael Buch
2023-11-27[libcxxabi][test][NFC] Turn off clang-format for demangler test-case array (#...Michael Buch
2023-10-31Revert recent changes to test_demangle.pass.cppPeter Collingbourne
2023-10-31[clang][NFC] Refactor `VectorType::VectorKind`Vlad Serebrennikov
2023-10-31[clang][NFC] Follow up to ArraySizeModifier refactoringVlad Serebrennikov
2023-10-19[libc++][Android] Mark tests XFAIL/UNSUPPORTED (#69271)Ryan Prichard
2023-09-21[Demangle] demangle builtin type transformations (#65902)Congcong Cai
2023-09-20Implement mangling rules for C++20 concepts and requires-expressions.Richard Smith
2023-09-10Revert "[Demangle] demangle builtin type transformations"Congcong Cai
2023-09-10[Demangle] demangle builtin type transformationsCongcong Cai
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2023-03-19[libcxxabi][Demangle] Don't drop ctor/dtor name for abi-tagged structuresMichael Buch
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser
2022-05-09[demangler] No need to space adjacent template closingsNathan Sidwell
2022-05-03[demangler] Fold expressions of .* and ->*Nathan Sidwell
2022-04-28[demangler] Fix demangling a template argument which happens to be a null poi...gbreynoo
2022-04-08[demangler] Support C23 _BitInt typeSenran Zhang
2022-04-06[demangler] Fix undocumented Local encodingNathan Sidwell
2022-04-04[demangler] Parenthesize >> inside template argsNathan Sidwell
2022-03-30Demangle: Fix crash-on-invalid demangling of a module name with no underlying...David Blaikie
2022-03-28[demangler] Add operator precedenceNathan Sidwell
2022-03-22[demangler] Add support for C++20 modulesNathan Sidwell
2022-03-01[demangler] Add co_await demanglingNathan Sidwell
2022-02-16[demangler] Reorder parseNestedName loopNathan Sidwell
2022-02-16[libc++] Granularize algorithm includesNikolas Klauser
2022-02-10[demangler] Fix new/delete demanglingNathan Sidwell
2022-02-08[demangler] Improve ->* & .* demanglingNathan Sidwell
2022-02-07[demangler] Stricter NestedName parsingNathan Sidwell
2022-02-07[demangler] Fix unresolvedname demanglingNathan Sidwell
2022-01-26[demangler] improve test harnessNathan Sidwell