summaryrefslogtreecommitdiffstats
path: root/src/common/demangle.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-1/+3
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* general: Silence -Wshadow{,-uncaptured-local} warningslat9nq2023-07-191-1/+1
| | | | These occur in the latest commits in LLVM Clang.
* cmake: prefer system llvm libraryAlexandre Bouvier2023-01-231-4/+2
|
* Be careful of mangled out of bounds readKelebek12023-01-141-5/+9
|
* Move demangle impl to cppKelebek12023-01-141-0/+33