Skip to content

Commit d2e6f47

Browse files
committed
[Builtins] Remove stale comment. NFC
The header name was made a separate string more than 12.5 years ago. I think it was part of the attribute string for less than a week.
1 parent 1bef229 commit d2e6f47

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)