r242800 - Update the documentation for "novtable" to match r242730.
Bob Wilson
bob.wilson at apple.com
Tue Jul 21 09:40:04 PDT 2015
Author: bwilson
Date: Tue Jul 21 11:40:03 2015
New Revision: 242800
URL: http://llvm.org/viewvc/llvm-project?rev=242800&view=rev
Log:
Update the documentation for "novtable" to match r242730.
Modified:
cfe/trunk/include/clang/Basic/AttrDocs.td
Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=242800&r1=242799&r2=242800&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Tue Jul 21 11:40:03 2015
@@ -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.
}];
}
More information about the cfe-commits
mailing list