From a4e93f29fab46b63c568a105059348938b76a814 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 21 Jul 2015 16:40:03 +0000 Subject: [PATCH] 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 --- include/clang/Basic/AttrDocs.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. }]; } -- 2.40.0