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.
clang/include/clang/Basic/Attr.td
1 parent fad2a4c commit 67141c7Copy full SHA for 67141c7
clang/include/clang/Basic/Attr.td
@@ -1470,7 +1470,7 @@ def Constructor : InheritableAttr {
1470
let TemplateDependent = 1;
1471
let Documentation = [CtorDtorDocs];
1472
let AdditionalMembers = [{
1473
- static constexpr unsigned DefaultPriority = 65535;
+ static constexpr unsigned DefaultPriority = 65535;
1474
}];
1475
}
1476
@@ -1815,7 +1815,7 @@ def Destructor : InheritableAttr {
1815
1816
1817
1818
- static constexpr unsigned int DefaultPriority = 65535;
+ static constexpr unsigned int DefaultPriority = 65535;
1819
1820
1821
0 commit comments