llvm-project/libc/utils
Michael Jones 7a129f0756 [libc] add scanf parser and core utilities
This is the first piece of scanf. It's very similar in design to printf,
and so much of the code is copied from that. There were potential issues
with conflicting macros so I've also renamed the "ASSERT_FORMAT_EQ"
macro for printf to "ASSERT_PFORMAT_EQ".

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D136288
2022-10-28 10:52:51 -07:00
..
HdrGen [libc] Fix prototype_test_gen 2022-07-29 10:18:54 +00:00
IntegrationTest [libc] Add a simple implementation of the posix_spawn function. 2022-10-13 18:47:47 +00:00
LibcTableGenUtil [libc][NFC] Fix a few compiler warnings. 2022-08-09 22:30:40 +00:00
MPFRWrapper [libc] Add a testing macro for MPFR matchers skipping `explainError` calls. 2022-10-26 18:11:45 -04:00
UnitTest [libc] add scanf parser and core utilities 2022-10-28 10:52:51 -07:00
buildbot [libc] Add python3 to libc buildbot depedencies. 2020-12-17 08:59:13 -08:00
mathtools [libc][NFC] Add supporting class for atof implementation 2021-10-04 21:08:02 +00:00
testutils [libc] Specify rounding mode for strto[f|d] tests 2022-07-13 20:20:30 +00:00
tools [libc][cmake] Make `add_tablegen` calls match others 2022-01-24 18:36:37 +00:00
CMakeLists.txt [libc] Add a new rule add_integration_test. 2022-03-23 20:57:29 +00:00