| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-02-19 | scope_exit: Make constexpr | 1 | -1/+3 | ||
| Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | |||||
| 2023-07-18 | general: Silence -Wshadow{,-uncaptured-local} warnings | 1 | -1/+1 | ||
| These occur in the latest commits in LLVM Clang. | |||||
| 2023-01-23 | cmake: prefer system llvm library | 1 | -4/+2 | ||
| 2023-01-14 | Be careful of mangled out of bounds read | 1 | -5/+9 | ||
| 2023-01-14 | Move demangle impl to cpp | 1 | -4/+4 | ||
| 2023-01-14 | Add stacktrace symbol demangling | 1 | -0/+33 | ||