зеркало из https://github.com/microsoft/clang-1.git
__builtin_constant_p takes an argument that can have any type.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
4b89e034a7
Коммит
85879ee8b5
|
@ -112,7 +112,7 @@ BUILTIN(__builtin_bswap32, "UiUi", "nc")
|
|||
BUILTIN(__builtin_bswap64, "ULLiULLi", "nc")
|
||||
|
||||
// Random GCC builtins
|
||||
BUILTIN(__builtin_constant_p, "UsUs", "nc")
|
||||
BUILTIN(__builtin_constant_p, "Us.", "nc")
|
||||
BUILTIN(__builtin_classify_type, "i.", "nc")
|
||||
BUILTIN(__builtin___CFStringMakeConstantString, "FC*cC*", "nc")
|
||||
BUILTIN(__builtin_va_start, "va&.", "n")
|
||||
|
|
Загрузка…
Ссылка в новой задаче