[clang] [clang] add unnamed_addr function attribute (PR #92499)
YAMAMOTO Takashi via cfe-commits
cfe-commits at lists.llvm.org
Sun May 19 22:17:39 PDT 2024
================
@@ -1944,6 +1944,13 @@ def ReturnsTwice : InheritableAttr {
let SimpleHandler = 1;
}
+def UnnamedAddr : InheritableAttr {
+ let Spellings = [Clang<"unnamed_addr">];
+ let Subjects = SubjectList<[Function]>;
+ let Documentation = [Undocumented];
----------------
yamt wrote:
i added documentation
https://github.com/llvm/llvm-project/pull/92499
More information about the cfe-commits
mailing list