[clang] [clang] Document the type_visibility attribute (PR #79157)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 6 13:51:30 PST 2024
================
@@ -5557,6 +5557,21 @@ See :doc:`LTOVisibility`.
}];
}
+def TypeVisibilityDocs : Documentation {
+ let Category = DocCatType;
+ let Content = [{
+The ``type_visibility`` attribute allows the ELF visibility of a type and its vague
----------------
AaronBallman wrote:
Does this only impact ELF or does this also impact say PE32?
https://github.com/llvm/llvm-project/pull/79157
More information about the cfe-commits
mailing list