summaryrefslogtreecommitdiffstats
path: root/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
commit896e42d231e8e5d4d90d7392ada089d771ca11d6 (patch)
tree1c365092dd30aae2b6f903b5c67af0aec60163e3 /www/get_started.html
parent82aaebeaad75456bc736ea1c474479bb6597305d (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176891 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 8b558d10bf..20ccaf157f 100644
--- a/www/get_started.html
+++ b/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