]> granicus.if.org Git - clang/commitdiff
Update the documentation for "novtable" to match r242730.
authorBob Wilson <bob.wilson@apple.com>
Tue, 21 Jul 2015 16:40:03 +0000 (16:40 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 21 Jul 2015 16:40:03 +0000 (16:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242800 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index 264a7787762fb8b7470a0786092265d333305c37..deaabc193924352af64a1bf766690ab90156de62 100644 (file)
@@ -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.
   }];
 }