summaryrefslogtreecommitdiff
path: root/AK/CheckedFormatString.h
AgeCommit message (Expand)Author
2023-04-08AK: Bake CLion IDE check into AK_COMPILER_CLANGAndreas Kling
2023-03-04AK: Move compiletime_fail to StdLibExtras.hDan Klishch
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-07-12AK: Make CheckedFormatString pass the char array size to StringViewsin-ack
2022-06-26AK: Recognize __CLION_IDE__ as well as __CLION_IDE_Ali Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-24AK: Add missing Array.h include to CheckedFormatString.hDaniel Bertalan
2021-11-08AK: Don't define ENABLE_COMPILETIME_FORMAT_CHECK when parsed by CLionAndreas Kling
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-06-01AK+Everywhere: Fix compiletime format parsing of replacement fieldsAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-02-24AK: Rename {DBGLN_NO => ENABLE}_COMPILETIME_FORMAT_CHECKLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23AK+Userland: Extend the compiletime format string check to other functionsAnotherTest