summaryrefslogtreecommitdiff
path: root/absl/debugging
Commit message (Expand)AuthorAge
* Drop std:: qualification from integer types like uint64_t.Gravatar Chris Mihelich2024-06-14
* If so configured, report which part of a C++ mangled name didn't parse.Gravatar Chris Mihelich2024-06-12
* Sequence of 1-to-4 values with prefix sum to support Punycode decoding.Gravatar Chris Mihelich2024-06-12
* UTF-8 encoding library to support Rust Punycode decoding.Gravatar Chris Mihelich2024-06-10
* Demangle template parameter object names, TA <template-arg>.Gravatar Chris Mihelich2024-06-10
* Demangle sr St <simple-id> <simple-id>, a dubious encoding found in the wild.Gravatar Chris Mihelich2024-06-07
* Try not to lose easy type combinators in S::operator const int*() and the like.Gravatar Chris Mihelich2024-06-07
* Demangle fixed-width floating-point types, DF....Gravatar Chris Mihelich2024-06-07
* Demangle _BitInt types DB..., DU....Gravatar Chris Mihelich2024-06-07
* Demangle complex floating-point literals.Gravatar Chris Mihelich2024-06-07
* Demangle <extended-qualifier> in types, e.g., U5AS128 for address_space(128).Gravatar Chris Mihelich2024-06-07
* Demangle operator co_await (aw).Gravatar Chris Mihelich2024-06-07
* Demangle fully general vendor extended types (any <template-args>).Gravatar Chris Mihelich2024-06-07
* Demangle transaction-safety notations GTt and Dx.Gravatar Chris Mihelich2024-06-07
* Demangle C++11 user-defined literal operator functions.Gravatar Chris Mihelich2024-06-06
* Demangle C++20 constrained friend names, F (<source-name> | <operator-name>).Gravatar Chris Mihelich2024-06-06
* Demangle dependent GNU vector extension types, Dv <expression> _ <type>.Gravatar Chris Mihelich2024-06-06
* Demangle elaborated type names, (Ts | Tu | Te) <name>.Gravatar Chris Mihelich2024-06-06
* Demangle delete-expressions with the global-scope operator, gs (dl | da) ....Gravatar Chris Mihelich2024-06-06
* Demangle new-expressions with braced-init-lists.Gravatar Chris Mihelich2024-06-06
* Demangle array new-expressions, [gs] na ....Gravatar Chris Mihelich2024-06-06
* Demangle object new-expressions, [gs] nw ....Gravatar Chris Mihelich2024-06-05
* Demangle preincrement and predecrement, pp_... and mm_....Gravatar Chris Mihelich2024-06-05
* Demangle throw and rethrow (tw... and tr).Gravatar Chris Mihelich2024-06-05
* Demangle ti... and te... expressions (typeid).Gravatar Chris Mihelich2024-06-05
* Demangle nx... syntax for noexcept(e) as an expression in a dependent signature.Gravatar Chris Mihelich2024-06-05
* Demangle alignof expressions, at... and az....Gravatar Chris Mihelich2024-06-05
* Demangle C++17 structured bindings, DC...E.Gravatar Chris Mihelich2024-06-05
* Demangle modern _ZGR..._ symbols.Gravatar Chris Mihelich2024-06-05
* Demangle sizeof...(pack captured from an alias template), sP ... E.Gravatar Chris Mihelich2024-06-04
* Demangle types nested under vendor extended types.Gravatar Chris Mihelich2024-06-04
* Demangle il ... E syntax (braced list other than direct-list-initialization).Gravatar Chris Mihelich2024-06-04
* Avoid signed overflow for Ed <number> _ manglings with large <number>s.Gravatar Chris Mihelich2024-06-04
* Demangle constrained auto types (Dk <type-constraint>).Gravatar Chris Mihelich2024-05-30
* Parse <discriminator> more accurately.Gravatar Chris Mihelich2024-05-30
* Demangle lambdas in class member functions' default arguments.Gravatar Chris Mihelich2024-05-30
* Demangle unofficial <unresolved-qualifier-level> encodings like S0_IT_E.Gravatar Chris Mihelich2024-05-29
* Demangle Clang's last-resort notation _SUBSTPACK_.Gravatar Chris Mihelich2024-05-29
* Demangle C++ requires-expressions with parameters (rQ ... E).Gravatar Chris Mihelich2024-05-29
* Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))).Gravatar Chris Mihelich2024-05-29
* Demangle static_cast and friends.Gravatar Chris Mihelich2024-05-29
* Demangle decltype(expr)::nested_type (NDT...E).Gravatar Chris Mihelich2024-05-28
* Demangle C++17 fold-expressions.Gravatar Chris Mihelich2024-05-28
* Demangle thread_local helper functions.Gravatar Chris Mihelich2024-05-28
* Demangle lambdas with explicit template arguments (UlTy and similar forms).Gravatar Chris Mihelich2024-05-28
* Demangle &-qualified function types.Gravatar Chris Mihelich2024-05-28
* Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo").Gravatar Chris Mihelich2024-05-28
* Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y).Gravatar Chris Mihelich2024-05-28
* Demangle C++ requires-expressions without parameters (rq ... E).Gravatar Chris Mihelich2024-05-24
* Recognize C++ vendor extended expressions (e.g., u9__is_same...E).Gravatar Chris Mihelich2024-05-24