[llvm-commits] CVS: llvm-www/devmtg/2008-08/index.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Aug 5 10:16:03 PDT 2008
Changes in directory llvm-www/devmtg/2008-08:
index.html updated: 1.25 -> 1.26
---
Log message:
improve clang talk description
---
Diffs of the changes: (+6 -2)
index.html | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.25 llvm-www/devmtg/2008-08/index.html:1.26
--- llvm-www/devmtg/2008-08/index.html:1.25 Tue Aug 5 12:04:51 2008
+++ llvm-www/devmtg/2008-08/index.html Tue Aug 5 12:09:34 2008
@@ -52,7 +52,11 @@
[<a href="Naroff_Clang_Lo.3gp">Video Lo</a>]
</td>
<td>Steve Naroff<br><i>Apple, Inc.</i></td>
- <td><b>Clang Internals</b> - Clang status, design and architecture.
+ <td>
+ <b>Clang Internals</b> - <a href="http://clang.llvm.org/">Clang</a> is
+ is a new C/ObjC/C++ front-end in development as part of the LLVM project.
+ This talk describes its current status, high level architecture, and how
+ its Abstract Syntax Trees (ASTs) work.
</td>
</tr>
@@ -367,7 +371,7 @@
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<br>Last modified: $Date: 2008/08/05 17:04:51 $
+<br>Last modified: $Date: 2008/08/05 17:09:34 $
</address>
<!--#include virtual="../../footer.incl" -->
More information about the llvm-commits
mailing list