summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/assert.h
AgeCommit message (Expand)Author
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-23LibC: Allow multiple includes of `<assert.h>`Michel Hermier
2021-12-18LibC: Move `_abort` next to `abort`Michel Hermier
2021-12-18LibC: Remove `VERIFY_NOT_REACHED()` from `assert.h`Michel Hermier
2021-07-13LibC: Use C-style void cast in assert()Linus Groh
2021-07-12LibC: Replace use of do/while in assert() with the ternary operatorLinus Groh
2021-07-12LibC: Use correct macro to disable assert()Andrew Kaster
2021-07-03LibC: Don't use C++ attribute syntax in C-visible headersDaniel Bertalan
2021-06-08LibC+AK: Remove our custom macros from <assert.h>Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Kernel+LibC: Clean up how assertions work in the kernel and LibCGunnar Beutner
2021-04-12LibC: Turn CRASH() into a function and add noreturn attributeGunnar Beutner
2021-03-08LibC: Define static_assert in assert.h when it's being used in CMițca Dumitru
2021-02-23Everywhere: Remove unused RELEASE_ASSERT macroAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling