[Tooling][Inclusions] Add c-header and global namespace alternatives for size_t
Differential Revision: https://reviews.llvm.org/D144646
This commit is contained in:
parent
f393e1f6b3
commit
385c8cd3cd
@ -22,6 +22,20 @@ SYMBOL(size_t, std::, <cwchar>)
|
||||
SYMBOL(size_t, std::, <cuchar>)
|
||||
SYMBOL(size_t, std::, <ctime>)
|
||||
SYMBOL(size_t, std::, <cstdio>)
|
||||
SYMBOL(size_t, None, <cstddef>)
|
||||
SYMBOL(size_t, None, <cstdlib>)
|
||||
SYMBOL(size_t, None, <cstring>)
|
||||
SYMBOL(size_t, None, <cwchar>)
|
||||
SYMBOL(size_t, None, <cuchar>)
|
||||
SYMBOL(size_t, None, <ctime>)
|
||||
SYMBOL(size_t, None, <cstdio>)
|
||||
SYMBOL(size_t, None, <stddef.h>)
|
||||
SYMBOL(size_t, None, <stdlib.h>)
|
||||
SYMBOL(size_t, None, <string.h>)
|
||||
SYMBOL(size_t, None, <wchar.h>)
|
||||
SYMBOL(size_t, None, <uchar.h>)
|
||||
SYMBOL(size_t, None, <time.h>)
|
||||
SYMBOL(size_t, None, <stdio.h>)
|
||||
SYMBOL(unwrap_ref_decay, std::, <type_traits>)
|
||||
SYMBOL(unwrap_ref_decay, std::, <functional>)
|
||||
SYMBOL(unwrap_reference, std::, <type_traits>)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user