Skip to content

Commit 77f8fec

Browse files
author
git apple-llvm automerger
committed
Merge commit 'd2e6f471b012' from llvm.org/main into next
2 parents bc94ee5 + d2e6f47 commit 77f8fec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/include/clang/Basic/Builtins.def

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@
8080
// builtin even if type doesn't match signature, and don't warn if we
8181
// can't be sure the type is right
8282
// 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.
83+
// f -> this is a libc/libm function without the '__builtin_' prefix.
8684
// h -> this function requires a specific header or an explicit declaration.
8785
// i -> this is a runtime library implemented function without the
8886
// '__builtin_' prefix. It will be implemented in compiler-rt or libgcc.

0 commit comments

Comments
 (0)