[llvm-commits] [www] r167375 - /www/trunk/devmtg/2012-11/index.html
Tanya Lattner
tonic at nondot.org
Sun Nov 4 10:27:30 PST 2012
Author: tbrethou
Date: Sun Nov 4 12:27:30 2012
New Revision: 167375
URL: http://llvm.org/viewvc/llvm-project?rev=167375&view=rev
Log:
Add presenter.
Modified:
www/trunk/devmtg/2012-11/index.html
Modified: www/trunk/devmtg/2012-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2012-11/index.html?rev=167375&r1=167374&r2=167375&view=diff
==============================================================================
--- www/trunk/devmtg/2012-11/index.html (original)
+++ www/trunk/devmtg/2012-11/index.html Sun Nov 4 12:27:30 2012
@@ -115,7 +115,7 @@
<tr class="alt"><td rowspan=3>4:30 - 5:15</td><td><b><a href="#talk12">Zero-Cost Abstractions and Future Directions for Modern Optimizing Compilers</a></b><br>Chandler Carruth, <i>Google</i></td><td>Room 1</td></tr>
- <tr class="alt"><td><b><a href="#talk13">Building a Checker in 24 hours</a></b><br>Anna Zaks, <i>Apple</i></td><td>Room 2</td></tr>
+ <tr class="alt"><td><b><a href="#talk13">Building a Checker in 24 hours</a></b><br>Anna Zaks, <i>Apple</i>, Jordan Rose, <a>Apple</a></td><td>Room 2</td></tr>
<tr class="alt"><td><b>BOF: LLDB</b><br>Andy Kaylor, <i>Intel</i></td><td>Room 3</td></tr>
<tr><td rowspan=3>5:15 - 6:00</td><td><b>BOF: Vectorization in LLVM</b><br>Nadav Rotem, <i>Apple</i></td><td>Room 1</td></tr>
@@ -254,7 +254,7 @@
<p>
<b><a id="talk13">Building a Checker in 24 hours
</a></b><br>
-<i>Anna Zaks - Apple</i><br>
+<i>Anna Zaks - Apple, Jordan Rose - Apple</i><br>
Clang Static Analyzer (http://clang-analyzer.llvm.org/) is a bug finding tool based on path sensitive symbolic execution of user code. We are going to introduce basic concepts behind the analyzer and describe what it takes to write a new check.
</p>
More information about the llvm-commits
mailing list