From f6e50b28981f58e39ea6996db1d4359107d0b92d Mon Sep 17 00:00:00 2001
From: Alp Toker
Date: Thu, 16 Jan 2014 17:04:52 +0000
Subject: [PATCH] www: update the "Follow what's going on" section too
Includes some style tweaks and removes the tautological observation that "Clang
is still under heavy development" -- it hopefully always will be.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199401 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/get_involved.html | 8 +++++++-
www/index.html | 6 +++---
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/www/get_involved.html b/www/get_involved.html
index 9ed2d470c1..5d16db952b 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -54,7 +54,13 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits mailing
list. All of these lists have archives, so you can browse through previous
discussions or follow the list development on the web if you prefer.
-If you're looking for something to work on, check out our Open Projects page or go look through the Bugzilla bug database.
+You can also follow the Planet Clang
+community news feed which offers a window into the world, work and lives of
+Clang developers, contributors and the standards they implement.
+
+If you're looking for something to work on, check out our Open Projects page or look through the Bugzilla bug database.
Contributing Extensions to Clang
diff --git a/www/index.html b/www/index.html
index 23d82e3ce0..2d3ca8f5aa 100644
--- a/www/index.html
+++ b/www/index.html
@@ -40,7 +40,7 @@
- Modular library based architecture
- Support diverse clients (refactoring, static analysis, code generation,
- etc)
+ etc.)
- Allow tight integration with IDEs
- Use the LLVM 'BSD' License
@@ -65,7 +65,7 @@
Why?
- The development of a new front-end was started out of a need -- a need
+
Development of the new front-end was started out of a need
for a compiler that allows better diagnostics, better integration with
IDEs, a license that is compatible with commercial products, and a
nimble compiler that is easy to develop and maintain. All of these were
@@ -89,7 +89,7 @@
Current Status
- Clang is still under heavy development. Clang is considered to
+
Clang is considered to
be a production quality C, Objective-C, C++ and Objective-C++ compiler when
targeting X86-32, X86-64, and ARM (other targets may have caveats, but are
usually easy to fix). If you are looking for source analysis or
--
2.40.0