[clang] ff7d2fa - Update a broken link in documentation; NFC

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 24 06:52:39 PDT 2023


Author: Aaron Ballman
Date: 2023-08-24T09:52:30-04:00
New Revision: ff7d2fabe074d95cefb683d4a742eec172bd36d5

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

LOG: Update a broken link in documentation; NFC

This links to the same information but in a new location.

Added: 
    

Modified: 
    clang/include/clang/Basic/AttrDocs.td

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td
index 5bda379df3a488..f19fe66bfedc1f 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -2777,7 +2777,7 @@ On x86 targets, this attribute changes the calling convention to
 as possible in registers. It also tries to utilize registers for the
 return value whenever it is possible.
 
-.. _`__regcall`: https://software.intel.com/en-us/node/693069
+.. _`__regcall`: https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2023-2/c-c-sycl-calling-conventions.html
   }];
 }
 


        


More information about the cfe-commits mailing list