forked from OSchip/llvm-project
Update the documentation for "novtable" to match r242730.
llvm-svn: 242800
This commit is contained in:
parent
8c5db0f852
commit
13fd00d7c4
|
@ -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.
|
||||
}];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue