index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
debugging
/
internal
/
demangle_test.cc
Commit message (
Expand
)
Author
Age
*
Demangle C++17 fold-expressions.
Chris Mihelich
2024-05-28
*
Demangle thread_local helper functions.
Chris Mihelich
2024-05-28
*
Demangle lambdas with explicit template arguments (UlTy and similar forms).
Chris Mihelich
2024-05-28
*
Demangle &-qualified function types.
Chris Mihelich
2024-05-28
*
Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo").
Chris Mihelich
2024-05-28
*
Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y).
Chris Mihelich
2024-05-28
*
Demangle C++ requires-expressions without parameters (rq ... E).
Chris Mihelich
2024-05-24
*
Recognize C++ vendor extended expressions (e.g., u9__is_same...E).
Chris Mihelich
2024-05-24
*
Demangle the C++ this pointer (fpT).
Chris Mihelich
2024-05-23
*
Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals.
Chris Mihelich
2024-05-23
*
Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E).
Chris Mihelich
2024-05-23
*
Demangle the C++ spaceship operator (ss, operator<=>).
Chris Mihelich
2024-05-23
*
Demangle C++ sZ encodings (sizeof...(pack)).
Chris Mihelich
2024-05-23
*
Demangle C++ so ... E encodings (typically array-to-pointer decay).
Chris Mihelich
2024-05-23
*
Recognize some simple Rust mangled names in Demangle.
Chris Mihelich
2024-05-06
*
`demangle`: Parse template template and C++20 lambda template param substitut...
Dino Radakovic
2024-02-15
*
`demangle`: Parse optional single template argument for built-in types
Dino Radakovic
2024-02-13
*
`demangle`: Parse `requires` clauses on template params, before function retu...
Dino Radakovic
2024-02-09
*
`demangle`: Parse `requires` clauses on functions
Dino Radakovic
2024-02-09
*
`demangle`: Parse C++20-compatible template param declarations, except those ...
Dino Radakovic
2024-02-08
*
`demangle`: Implement parsing for simplest constrained template arguments
Dino Radakovic
2024-02-07
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
*
Delete dead function.
Abseil Team
2023-09-27
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
*
Fix spelling mistakes
Vertexwahn
2023-04-27
*
Support [[gnu::abi_tag("xyz")]] demangling.
Abseil Team
2022-07-13
*
Export of internal Abseil changes
Abseil Team
2021-03-18
*
Export of internal Abseil changes
Abseil Team
2020-07-31
*
Export of internal Abseil changes
Abseil Team
2019-12-12
*
Export of internal Abseil changes.
Abseil Team
2019-04-23
*
Export of internal Abseil changes.
Abseil Team
2019-03-19
*
Changed HTTP URLs to HTTPS where possible (#270)
nik7273
2019-03-08
*
Changes imported from Abseil "staging" branch:
Abseil Team
2018-02-22