[clang] Add tracking source deduction guide for the explicitly-written
[llvm-project.git] / clang / lib / Tooling / Inclusions / Stdlib / CSpecialSymbolMap.inc
bloba515f69ea6a8cf0cc7ed1209299e7004ffafe15c
1 //===-- StdSpecialSymbolMap.inc -----------------------------------*- C -*-===//
2 //
3 // This is a hand-curated list for C symbols that cannot be parsed/extracted
4 // via the include-mapping tool (gen_std.py).
5 //
6 //===----------------------------------------------------------------------===//
8 SYMBOL(size_t, None, <stddef.h>)
9 SYMBOL(size_t, None, <stdio.h>)
10 SYMBOL(size_t, None, <stdlib.h>)
11 SYMBOL(size_t, None, <string.h>)
12 SYMBOL(size_t, None, <time.h>)
13 SYMBOL(size_t, None, <uchar.h>)
14 SYMBOL(size_t, None, <wchar.h>)