| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scope_exit: Make constexpr | 2024-02-19 | 1 | -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} warnings | 2023-07-18 | 1 | -1/+1 | |
| | | | | | These occur in the latest commits in LLVM Clang. | ||||
| * | cmake: prefer system llvm library | 2023-01-23 | 1 | -4/+2 | |
| | | |||||
| * | Be careful of mangled out of bounds read | 2023-01-14 | 1 | -5/+9 | |
| | | |||||
| * | Move demangle impl to cpp | 2023-01-14 | 1 | -0/+33 | |