Skip to content

Commit e6131f7

Browse files
committed
[Clang] Fixup for D100611
1 parent c572ff8 commit e6131f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4701,6 +4701,7 @@ the old mangled name and the new code will use the new mangled name with tags.
47014701

47024702
def BuiltinAliasDocs : Documentation {
47034703
let Category = DocCatFunction;
4704+
let Heading = "clang::builtin_alias, clang_builtin_alias";
47044705
let Content = [{
47054706
This attribute is used in the implementation of the C intrinsics.
47064707
It allows the C intrinsic functions to be declared using the names defined

0 commit comments

Comments
 (0)