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 d098651 commit d01145fCopy full SHA for d01145f
clang/include/clang/Basic/AttrDocs.td
@@ -3621,7 +3621,7 @@ Attribute ``trivial_abi`` has no effect in the following cases:
3621
3622
def MSInheritanceDocs : Documentation {
3623
let Category = DocCatDecl;
3624
- let Heading = "__single_inhertiance, __multiple_inheritance, __virtual_inheritance";
+ let Heading = "__single_inheritance, __multiple_inheritance, __virtual_inheritance";
3625
let Content = [{
3626
This collection of keywords is enabled under ``-fms-extensions`` and controls
3627
the pointer-to-member representation used on ``*-*-win32`` targets.
0 commit comments