diff --git a/clang/www/get_involved.html b/clang/www/get_involved.html --- a/clang/www/get_involved.html +++ b/clang/www/get_involved.html @@ -50,8 +50,8 @@ as well.
-The best way to talk with other developers on the project is through the cfe-dev mailing
+ The most common way to talk with other developers on the project is through
+the cfe-dev mailing
list. The clang mailing list is a very friendly place and we welcome
newcomers. In addition to the cfe-dev list, a significant amount of design
discussion takes place on the Contributing Extensions to Clang
- Clang has always been designed as a platform for experimentation,
+ Clang is designed to support experimentation,
allowing programmers to easily extend the compiler to support great
new language features and tools. At some point, the authors of these
extensions may propose that the extensions become a part of Clang
-itself, to benefit the whole Clang community. But not every idea--not
-even every great idea--should become part of Clang. Extensions
-(particularly language extensions) pose a long-term maintenance burden
-on Clang, and therefore the benefits of the extension must outweigh
-those costs. Hence, these are the seven criteria used to evaluate the
-merits of a proposed extension:
-