From: Bob Wilson Date: Tue, 21 Jul 2015 16:40:03 +0000 (+0000) Subject: Update the documentation for "novtable" to match r242730. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4e93f29fab46b63c568a105059348938b76a814;p=clang Update the documentation for "novtable" to match r242730. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/AttrDocs.td b/include/clang/Basic/AttrDocs.td index 264a778776..deaabc1939 100644 --- a/include/clang/Basic/AttrDocs.td +++ b/include/clang/Basic/AttrDocs.td @@ -1300,7 +1300,7 @@ def MSNoVTableDocs : Documentation { let Content = [{ This attribute can be added to a class declaration or definition to signal to the compiler that constructors and destructors will not reference the virtual -function table. +function table. It is only supported when using the Microsoft C++ ABI. }]; }