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 e1b5296 commit ca50d1eCopy full SHA for ca50d1e
clang/include/clang/Basic/AttrDocs.td
@@ -8231,9 +8231,8 @@ its underlying representation to be a WebAssembly ``funcref``.
8231
8232
def PreferredTypeDocumentation : Documentation {
8233
let Category = DocCatField;
8234
+ let Label = "langext-preferred_type_documentation";
8235
let Content = [{
-.. _langext-preferred_type_documentation:
8236
-
8237
This attribute allows adjusting the type of a bit-field in debug information.
8238
This can be helpful when a bit-field is intended to store an enumeration value,
8239
but has to be specified as having the enumeration's underlying type in order to
0 commit comments