aboutsummaryrefslogtreecommitdiff
path: root/clang/www/get_started.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-03-12 19:56:09 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-03-12 19:56:09 +0000
commit9deb9d9d42829a5892585e6b6af1a87f072fe8f3 (patch)
treea5ebd2070a84b0fcddb3d1dd2b868cdf052ee0a2 /clang/www/get_started.html
parent1736f74669e31ef02e62e3f88e646a1ea669f719 (diff)
downloadllvm-9deb9d9d42829a5892585e6b6af1a87f072fe8f3.zip
llvm-9deb9d9d42829a5892585e6b6af1a87f072fe8f3.tar.gz
llvm-9deb9d9d42829a5892585e6b6af1a87f072fe8f3.tar.bz2
Make C++11 status page more consistent: we mark entries as "done" if we
implement correct functionality, even if it's not optimal. On this basis, mark "data dependency ordering" as done. Add footnotes for cases where our implementation is known to be suboptimal. llvm-svn: 176891
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r--clang/www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 8b558d1..20ccaf1 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -90,7 +90,7 @@ follows:</p>
</ul>
</li>
- <li>If you intend to work on Clang C++ support, you may need to tell it how
+ <li>If you intend to use Clang's C++ support, you may need to tell it how
to find your C++ standard library headers. In general, Clang will detect
the best version of libstdc++ headers available and use them - it will
look both for system installations of libstdc++ as well as installations