diff options
-rw-r--r-- | clang/docs/MSVCCompatibility.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/MSVCCompatibility.rst b/clang/docs/MSVCCompatibility.rst index 2a7f7b15bc4..243dfd2b6c3 100644 --- a/clang/docs/MSVCCompatibility.rst +++ b/clang/docs/MSVCCompatibility.rst @@ -78,7 +78,7 @@ The status of major ABI-impacting C++ features: enabling stack traces in all modern Windows debuggers. Clang does not emit any type info or description of variable layout. -* `RTTI`_: :good:`Complete`. Generation of RTTI data structures has been +* RTTI: :good:`Complete`. Generation of RTTI data structures has been finished, along with support for the ``/GR`` flag. * Exceptions and SEH: :none:`Unstarted`. Clang can parse both constructs, but |