aboutsummaryrefslogtreecommitdiff
path: root/absl/debugging/internal/demangle_test.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Demangle the C++ spaceship operator (ss, operator<=>).Chris Mihelich2024-05-231-0/+22
* Demangle C++ sZ encodings (sizeof...(pack)).Chris Mihelich2024-05-231-0/+20
* Demangle C++ so ... E encodings (typically array-to-pointer decay).Chris Mihelich2024-05-231-0/+29
* Recognize some simple Rust mangled names in Demangle.Chris Mihelich2024-05-061-0/+9
* `demangle`: Parse template template and C++20 lambda template param substitut...Dino Radakovic2024-02-151-0/+30
* `demangle`: Parse optional single template argument for built-in typesDino Radakovic2024-02-131-0/+32
* `demangle`: Parse `requires` clauses on template params, before function retu...Dino Radakovic2024-02-091-0/+36
* `demangle`: Parse `requires` clauses on functionsDino Radakovic2024-02-091-0/+11
* `demangle`: Parse C++20-compatible template param declarations, except those ...Dino Radakovic2024-02-081-2/+41
* `demangle`: Implement parsing for simplest constrained template argumentsDino Radakovic2024-02-071-0/+33
* Re-submit with a fix for platforms without RTTI.Abseil Team2023-10-021-0/+22
* Delete dead function.Abseil Team2023-09-271-10/+0
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-261-22/+0
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-261-0/+22
* Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.Andy Getzendanner2023-05-231-2/+2
* Fix spelling mistakesVertexwahn2023-04-271-1/+1
* Support [[gnu::abi_tag("xyz")]] demangling.Abseil Team2022-07-131-0/+24
* Export of internal Abseil changesAbseil Team2021-03-181-4/+26
* Export of internal Abseil changesAbseil Team2020-07-311-3/+5
* Export of internal Abseil changesAbseil Team2019-12-121-0/+2
* Export of internal Abseil changes.Abseil Team2019-04-231-2/+3
* Export of internal Abseil changes.Abseil Team2019-03-191-0/+1
* Changed HTTP URLs to HTTPS where possible (#270)nik72732019-03-081-1/+1
* Changes imported from Abseil "staging" branch:Abseil Team2018-02-221-0/+191