summaryrefslogtreecommitdiff
path: root/src/common/demangle.cpp
AgeCommit message (Collapse)Author
2024-02-19scope_exit: Make constexprFearlessTobi
Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
2023-07-18general: Silence -Wshadow{,-uncaptured-local} warningslat9nq
These occur in the latest commits in LLVM Clang.
2023-01-23cmake: prefer system llvm libraryAlexandre Bouvier
2023-01-14Be careful of mangled out of bounds readKelebek1
2023-01-14Move demangle impl to cppKelebek1