[llvm-commits] CVS: llvm-www/Features.html

Reid Spencer reid at x10sys.com
Thu Mar 1 12:46:36 PST 2007



Changes in directory llvm-www:

Features.html updated: 1.19 -> 1.20
---
Log message:

Revise some wording to be clear about what level of ANSI support LLVM has
for C and C++ front ends.


---
Diffs of the changes:  (+4 -4)

 Features.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm-www/Features.html
diff -u llvm-www/Features.html:1.19 llvm-www/Features.html:1.20
--- llvm-www/Features.html:1.19	Tue Jan 23 23:26:09 2007
+++ llvm-www/Features.html	Thu Mar  1 14:46:19 2007
@@ -6,10 +6,10 @@
 
 <ul>
   <li>Front-ends for C and C++ based on the GCC 3.4 and 4.0.1 parsers.  
-  They support the
-  full ANSI-standard C and C++ languages, plus many GCC extensions.  LLVM also
-  includes a front-end for "<a href="docs/Stacker.html">Stacker</a>", a
-  Forth-like language.</li>
+  They support the ANSI-standard C and C++ languages to the same degree that
+  GCC supports them. Additionally, many GCC extensions are supported.  
+  LLVM also includes a front-end for "<a href="docs/Stacker.html">Stacker</a>",
+  a Forth-like language.</li>
 
   <li>A stable implementation of the LLVM instruction set, which serves
   as both the online and offline code representation, together with assembly






More information about the llvm-commits mailing list