Skip to content

Commit

Permalink
Fix Typo in MSVCCompatibility.rst
Browse files Browse the repository at this point in the history
Also removed a sentance that was no longer relevant.




git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212227 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
spiderofmean committed Jul 2, 2014
1 parent c181d71 commit 0d0dedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MSVCCompatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MSVC. There are multiple dimensions to compatibility.

First, Clang attempts to be ABI-compatible, meaning that Clang-compiled code
should be able to link against MSVC-compiled code successfully. However, C++
ABIs are particular large and complicated, and Clang's support for MSVC's C++
ABIs are particularly large and complicated, and Clang's support for MSVC's C++
ABI is a work in progress. If you don't require MSVC ABI compatibility or don't
want to use Microsoft's C and C++ runtimes, the mingw32 toolchain might be a
better fit for your project.
Expand Down Expand Up @@ -82,7 +82,7 @@ The status of major ABI-impacting C++ features:
finished, along with support for the ``/GR`` flag.

* Exceptions and SEH: :none:`Unstarted`. Clang can parse both constructs, but
does not know how to emit compatible handlers. This depends on RTTI.
does not know how to emit compatible handlers.

* Thread-safe initialization of local statics: :none:`Unstarted`. We are ABI
compatible with MSVC 2013, which does not support thread-safe local statics.
Expand Down

0 comments on commit 0d0dedd

Please sign in to comment.