diff options
author | Devin Coughlin <dcoughlin@apple.com> | 2018-02-26 00:39:25 +0000 |
---|---|---|
committer | Devin Coughlin <dcoughlin@apple.com> | 2018-02-26 00:39:25 +0000 |
commit | c0ffd637b985a56a58df6dc14d2715efb6f9182c (patch) | |
tree | 958ba3336ca4bc44cd332a4ba624808dd1b01a10 | |
parent | 0d4ad84aa2f0e7d6613e7223a77fd31a6934f9b0 (diff) | |
download | bcm5719-llvm-c0ffd637b985a56a58df6dc14d2715efb6f9182c.tar.gz bcm5719-llvm-c0ffd637b985a56a58df6dc14d2715efb6f9182c.zip |
[www] Update link to analyzer's "Building a Checker in 24 hours" video
The video is now uploaded to YouTube.
llvm-svn: 326062
-rw-r--r-- | clang/www/analyzer/alpha_checks.html | 2 | ||||
-rw-r--r-- | clang/www/analyzer/checker_dev_manual.html | 4 | ||||
-rw-r--r-- | clang/www/analyzer/open_projects.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/clang/www/analyzer/alpha_checks.html b/clang/www/analyzer/alpha_checks.html index 7d84d23343f..eccdcaacc2c 100644 --- a/clang/www/analyzer/alpha_checks.html +++ b/clang/www/analyzer/alpha_checks.html @@ -800,7 +800,7 @@ Check for misuses of stream APIs:<div class=functions> fopen<br> fclose</div>(demo checker, the subject of the demo (<a href="http://llvm.org/devmtg/2012-11/Zaks-Rose-Checker24Hours.pdf">Slides</a> -,<a href="http://llvm.org/devmtg/2012-11/videos/Zaks-Rose-Checker24Hours.mp4">Video</a>) +,<a href="https://youtu.be/kdxlsP5QVPw">Video</a>) by Anna Zaks and Jordan Rose presented at the <a href="http://llvm.org/devmtg/2012-11/"> 2012 LLVM Developers' Meeting).</a></div></div></td> <td><div class="exampleContainer expandable"> diff --git a/clang/www/analyzer/checker_dev_manual.html b/clang/www/analyzer/checker_dev_manual.html index 4883556383f..42919fa4de2 100644 --- a/clang/www/analyzer/checker_dev_manual.html +++ b/clang/www/analyzer/checker_dev_manual.html @@ -23,7 +23,7 @@ relies on a set of checkers to implement the logic for detecting and constructing specific bug reports. Anyone who is interested in implementing their own checker, should check out the Building a Checker in 24 Hours talk (<a href="http://llvm.org/devmtg/2012-11/Zaks-Rose-Checker24Hours.pdf">slides</a> - <a href="http://llvm.org/devmtg/2012-11/videos/Zaks-Rose-Checker24Hours.mp4">video</a>) + <a href="https://youtu.be/kdxlsP5QVPw">video</a>) and refer to this page for additional information on writing a checker. The static analyzer is a part of the Clang project, so consult <a href="http://clang.llvm.org/hacking.html">Hacking on Clang</a> and <a href="http://llvm.org/docs/ProgrammersManual.html">LLVM Programmer's Manual</a> @@ -696,7 +696,7 @@ href="http://llvm.org/devmtg/2012-11">November 2012 LLVM Developer's meeting</a>. Describes the construction of SimpleStreamChecker. <a href="http://llvm.org/devmtg/2012-11/Zaks-Rose-Checker24Hours.pdf">Slides</a> and <a -href="http://llvm.org/devmtg/2012-11/videos/Zaks-Rose-Checker24Hours.mp4">video</a> +href="https://youtu.be/kdxlsP5QVPw">video</a> are available. </ul> diff --git a/clang/www/analyzer/open_projects.html b/clang/www/analyzer/open_projects.html index 744f4eca41e..89601a82136 100644 --- a/clang/www/analyzer/open_projects.html +++ b/clang/www/analyzer/open_projects.html @@ -147,7 +147,7 @@ mailing list</a> to notify other members of the community.</p> <p>A SimpleStreamChecker has been presented in the Building a Checker in 24 Hours talk (<a href="http://llvm.org/devmtg/2012-11/Zaks-Rose-Checker24Hours.pdf">slides</a> - <a href="http://llvm.org/devmtg/2012-11/videos/Zaks-Rose-Checker24Hours.mp4">video</a>). + <a href="https://youtu.be/kdxlsP5QVPw">video</a>). We need to implement a production version of the checker with richer set of APIs and evaluate it by running on real codebases. <i>(Difficulty: Easy)</i></p> |