Skip to content
Snippets Groups Projects
Commit b6972e6d authored by Richard Smith's avatar Richard Smith
Browse files

Remove stray comma from documentation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194056 91177308-0d34-0410-b5e6-96231b3b80d8
parent 3cebc738
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ C++11 features accepted as extensions. You can use Clang in C++11 mode with the ...@@ -49,7 +49,7 @@ C++11 features accepted as extensions. You can use Clang in C++11 mode with the
with <a href="http://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++, but with <a href="http://libcxx.llvm.org/">libc++</a> or with gcc's libstdc++, but
patches are needed to make <a href="libstdc++4.4-clang0x.patch">libstdc++-4.4</a> patches are needed to make <a href="libstdc++4.4-clang0x.patch">libstdc++-4.4</a>
work with Clang in C++11 mode. Patches are also needed to make work with Clang in C++11 mode. Patches are also needed to make
<a href="libstdc++4.6-clang11.patch">libstdc++-4.6</a>, <a href="libstdc++4.6-clang11.patch">libstdc++-4.6</a>
and <a href="libstdc++4.7-clang11.patch">libstdc++-4.7</a> work with Clang and <a href="libstdc++4.7-clang11.patch">libstdc++-4.7</a> work with Clang
releases prior to version 3.2 in C++11 mode. <tt>thread_local</tt> support releases prior to version 3.2 in C++11 mode. <tt>thread_local</tt> support
currently requires g++-4.8's C++ runtime library.</p> currently requires g++-4.8's C++ runtime library.</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment