We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c572ff8 commit e6131f7Copy full SHA for e6131f7
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.
4701
4702
def BuiltinAliasDocs : Documentation {
4703
let Category = DocCatFunction;
4704
+ let Heading = "clang::builtin_alias, clang_builtin_alias";
4705
let Content = [{
4706
This attribute is used in the implementation of the C intrinsics.
4707
It allows the C intrinsic functions to be declared using the names defined
0 commit comments