summaryrefslogtreecommitdiff
path: root/Libraries/LibC/assert.h
AgeCommit message (Expand)Author
2020-12-24LibC: Unbreak assert.h when compiled with a C compiler :^)Andreas Kling
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-08-11LibC: Make sure assert() expands to *something* in non-DEBUG buildsAndreas Kling
2020-05-30AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()Andreas Kling
2020-04-30LibC: Hint the compiler that assertions rarely failSergey Bugaev
2020-04-13LibC: Simplify ASSERT() to reduce code sizeAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling