Files
clang-p2996/libc/include/assert.yaml
Roland McGrath 62cd050b63 [libc] Move hdrgen yaml files into include/ (#121443)
The .yaml files should live next to the corresponding .h.def
files in libc/include/, rather than next to the implementation of
the tool in libc/utils/hdrgen/.  As with the .h.def files, there
is no need for a yaml/ subdirectory under include/.  This simpler
layout is more natural for maintenance and also simplifies build
integration outside the LLVM CMake build.
2025-01-01 17:03:35 -08:00

16 lines
283 B
YAML

header: assert.h
macros: []
types: []
enums: []
objects: []
functions:
- name: __assert_fail
standards:
- llvm_libc_ext
return_type: _Noreturn void
arguments:
- type: const char *
- type: const char *
- type: unsigned
- type: const char *