[clang] d2e6f47 - [Builtins] Remove stale comment. NFC

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 13 11:48:28 PDT 2021


Author: Craig Topper
Date: 2021-10-13T11:47:13-07:00
New Revision: d2e6f471b012579f950b81a2460393e0299f10d2

URL: https://github.com/llvm/llvm-project/commit/d2e6f471b012579f950b81a2460393e0299f10d2
DIFF: https://github.com/llvm/llvm-project/commit/d2e6f471b012579f950b81a2460393e0299f10d2.diff

LOG: [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.

Added: 
    

Modified: 
    clang/include/clang/Basic/Builtins.def

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Basic/Builtins.def b/clang/include/clang/Basic/Builtins.def
index 0e3898537bcf..7a099326b68c 100644
--- a/clang/include/clang/Basic/Builtins.def
+++ b/clang/include/clang/Basic/Builtins.def
@@ -80,9 +80,7 @@
 //       builtin even if type doesn't match signature, and don't warn if we
 //       can't be sure the type is right
 //  F -> this is a libc/libm function with a '__builtin_' prefix added.
-//  f -> this is a libc/libm function without the '__builtin_' prefix. It can
-//       be followed by ':headername:' to state which header this function
-//       comes from.
+//  f -> this is a libc/libm function without the '__builtin_' prefix.
 //  h -> this function requires a specific header or an explicit declaration.
 //  i -> this is a runtime library implemented function without the
 //       '__builtin_' prefix. It will be implemented in compiler-rt or libgcc.


        


More information about the cfe-commits mailing list