| Commit message (Expand) | Author | Age | Files | Lines |
* | Demangle C++ requires-expressions with parameters (rQ ... E). | Chris Mihelich | 2024-05-29 | 1 | -0/+11 |
* | Demangle Clang's encoding of __attribute__((enable_if(condition, "message"))). | Chris Mihelich | 2024-05-29 | 1 | -2/+26 |
* | Demangle static_cast and friends. | Chris Mihelich | 2024-05-29 | 1 | -0/+13 |
* | Demangle decltype(expr)::nested_type (NDT...E). | Chris Mihelich | 2024-05-28 | 1 | -1/+2 |
* | Demangle C++17 fold-expressions. | Chris Mihelich | 2024-05-28 | 1 | -0/+25 |
* | Demangle thread_local helper functions. | Chris Mihelich | 2024-05-28 | 1 | -4/+23 |
* | Demangle lambdas with explicit template arguments (UlTy and similar forms). | Chris Mihelich | 2024-05-28 | 1 | -1/+6 |
* | Demangle &-qualified function types. | Chris Mihelich | 2024-05-28 | 1 | -8/+19 |
* | Demangle valueless literals LDnE (nullptr) and LA<number>_<type>E ("foo"). | Chris Mihelich | 2024-05-28 | 1 | -4/+29 |
* | Correctly demangle the <unresolved-name> at the end of dt and pt (x.y, x->y). | Chris Mihelich | 2024-05-28 | 1 | -1/+3 |
* | Demangle C++ requires-expressions without parameters (rq ... E). | Chris Mihelich | 2024-05-24 | 1 | -0/+44 |
* | Recognize C++ vendor extended expressions (e.g., u9__is_same...E). | Chris Mihelich | 2024-05-24 | 1 | -0/+8 |
* | Demangle the C++ this pointer (fpT). | Chris Mihelich | 2024-05-23 | 1 | -3/+19 |
* | Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals. | Chris Mihelich | 2024-05-23 | 1 | -4/+4 |
* | Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E). | Chris Mihelich | 2024-05-23 | 1 | -0/+42 |
* | Demangle the C++ spaceship operator (ss, operator<=>). | Chris Mihelich | 2024-05-23 | 1 | -0/+1 |
* | Demangle C++ sZ encodings (sizeof...(pack)). | Chris Mihelich | 2024-05-23 | 1 | -17/+44 |
* | Demangle C++ so ... E encodings (typically array-to-pointer decay). | Chris Mihelich | 2024-05-23 | 1 | -0/+21 |
* | Recognize some simple Rust mangled names in Demangle. | Chris Mihelich | 2024-05-06 | 1 | -0/+6 |
* | `demangle`: Parse template template and C++20 lambda template param substitut... | Dino Radakovic | 2024-02-15 | 1 | -2/+18 |
* | `demangle`: Parse optional single template argument for built-in types | Dino Radakovic | 2024-02-13 | 1 | -6/+13 |
* | `demangle`: Add complexity guard to `ParseQRequiresExpr` | Dino Radakovic | 2024-02-13 | 1 | -0/+2 |
* | `demangle`: Parse `requires` clauses on template params, before function retu... | Dino Radakovic | 2024-02-09 | 1 | -17/+23 |
* | `demangle`: Parse `requires` clauses on functions | Dino Radakovic | 2024-02-09 | 1 | -8/+42 |
* | `demangle`: Parse C++20-compatible template param declarations, except those ... | Dino Radakovic | 2024-02-08 | 1 | -5/+56 |
* | `demangle`: Implement parsing for simplest constrained template arguments | Dino Radakovic | 2024-02-07 | 1 | -0/+9 |
* | Re-submit with a fix for platforms without RTTI. | Abseil Team | 2023-10-02 | 1 | -0/+24 |
* | Add an internal wrapper for `abi::__cxa_demangle()`. | Abseil Team | 2023-09-26 | 1 | -24/+0 |
* | Add an internal wrapper for `abi::__cxa_demangle()`. | Abseil Team | 2023-09-26 | 1 | -0/+24 |
* | Fix "unsafe narrowing" warnings in absl, 7/n. | Abseil Team | 2022-08-29 | 1 | -5/+7 |
* | Fix "unsafe narrowing" warnings in absl, 2/n. | Abseil Team | 2022-08-01 | 1 | -24/+25 |
* | Support [[gnu::abi_tag("xyz")]] demangling. | Abseil Team | 2022-07-13 | 1 | -9/+35 |
* | Export of internal Abseil changes | Abseil Team | 2021-08-17 | 1 | -1/+11 |
* | Export of internal Abseil changes | Abseil Team | 2021-03-18 | 1 | -12/+16 |
* | Export of internal Abseil changes | Abseil Team | 2020-09-20 | 1 | -1/+2 |
* | Export of internal Abseil changes | Abseil Team | 2020-08-18 | 1 | -9/+45 |
* | Export of internal Abseil changes | Abseil Team | 2020-08-03 | 1 | -2/+12 |
* | Export of internal Abseil changes | Abseil Team | 2020-07-27 | 1 | -2/+5 |
* | Export of internal Abseil changes | Abseil Team | 2020-03-10 | 1 | -3/+3 |
* | Export of internal Abseil changes | Abseil Team | 2019-12-12 | 1 | -0/+2 |
* | Export of internal Abseil changes | Abseil Team | 2019-10-21 | 1 | -9/+25 |
* | Export of internal Abseil changes. | Abseil Team | 2019-03-08 | 1 | -0/+6 |
* | Changed HTTP URLs to HTTPS where possible (#270) | nik7273 | 2019-03-08 | 1 | -3/+3 |
* | Export of internal Abseil changes. | Abseil Team | 2018-12-04 | 1 | -0/+9 |
* | Export of internal Abseil changes. | Abseil Team | 2018-08-22 | 1 | -2/+2 |
* | Changes imported from Abseil "staging" branch: | Abseil Team | 2018-02-22 | 1 | -0/+1862 |