[clang] e6131f7 - [Clang] Fixup for D100611

Hsiangkai Wang via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 24 18:41:38 PDT 2021


Author: Hsiangkai Wang
Date: 2021-04-25T09:41:19+08:00
New Revision: e6131f7ee54e1660be519fc7172fbbbc2b4da803

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

LOG: [Clang] Fixup for D100611

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 9cc4c837cc49..cae9cec804ce 100644
--- a/clang/include/clang/Basic/AttrDocs.td
+++ b/clang/include/clang/Basic/AttrDocs.td
@@ -4701,6 +4701,7 @@ the old mangled name and the new code will use the new mangled name with tags.
 
 def BuiltinAliasDocs : Documentation {
   let Category = DocCatFunction;
+  let Heading = "clang::builtin_alias, clang_builtin_alias";
   let Content = [{
 This attribute is used in the implementation of the C intrinsics.
 It allows the C intrinsic functions to be declared using the names defined


        


More information about the cfe-commits mailing list