[llvm-commits] CVS: llvm-www/devmtg/2008-08/index.html

Chris Lattner sabre at nondot.org
Mon Aug 4 17:52:09 PDT 2008



Changes in directory llvm-www/devmtg/2008-08:

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

add ted's abstract


---
Diffs of the changes:  (+9 -2)

 index.html |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)


Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.19 llvm-www/devmtg/2008-08/index.html:1.20
--- llvm-www/devmtg/2008-08/index.html:1.19	Mon Aug  4 16:40:32 2008
+++ llvm-www/devmtg/2008-08/index.html	Mon Aug  4 19:50:42 2008
@@ -111,7 +111,14 @@
       [Video]
     </td>
     <td>Ted Kremenek<br><i>Apple, Inc.</i></td>
-    <td><b>Finding Bugs with the Clang Static Analyzer</b> - .
+    <td><b>Finding Bugs with the Clang Static Analyzer</b> - The Clang Static 
+        Analyzer is a standalone tool that find bugs in C and Objective-C 
+        programs.  The analyzer is 100% open source and part of the Clang 
+        project (a new C/Objective-C/C++ frontend for LLVM).  Although still 
+        very early in its development, the tool has been effective at finding 
+        thousands of bugs in real-world C and Objective-C programs. This talk
+        presents a high-level overview of the goals, implementation, and 
+        current status of the tool.
     </td>
   </tr>
   
@@ -336,7 +343,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/04 21:40:32 $
+<br>Last modified: $Date: 2008/08/05 00:50:42 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list