Update the documentation for "novtable" to match r242730.

llvm-svn: 242800
This commit is contained in:
Bob Wilson 2015-07-21 16:40:03 +00:00
parent 8c5db0f852
commit 13fd00d7c4
1 changed files with 1 additions and 1 deletions

View 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.
}];
}