From 9deb9d9d42829a5892585e6b6af1a87f072fe8f3 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 12 Mar 2013 19:56:09 +0000 Subject: 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 --- clang/www/get_started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/www/get_started.html') 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:

-
  • If you intend to work on Clang C++ support, you may need to tell it how +
  • 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 -- cgit v1.1