We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc94ee5 + d2e6f47 commit 77f8fecCopy full SHA for 77f8fec
clang/include/clang/Basic/Builtins.def
@@ -80,9 +80,7 @@
80
// builtin even if type doesn't match signature, and don't warn if we
81
// can't be sure the type is right
82
// F -> this is a libc/libm function with a '__builtin_' prefix added.
83
-// f -> this is a libc/libm function without the '__builtin_' prefix. It can
84
-// be followed by ':headername:' to state which header this function
85
-// comes from.
+// f -> this is a libc/libm function without the '__builtin_' prefix.
86
// h -> this function requires a specific header or an explicit declaration.
87
// i -> this is a runtime library implemented function without the
88
// '__builtin_' prefix. It will be implemented in compiler-rt or libgcc.
0 commit comments