diff options
| author | Tanya Lattner <tonic@nondot.org> | 2015-08-05 03:55:23 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2015-08-05 03:55:23 +0000 |
| commit | 4a08e931b69b869a959003e678d4fe864b97a13a (patch) | |
| tree | 29b92284aba91f1ae66d0997cb6950c9fbe50f63 /clang/www/analyzer/checker_dev_manual.html | |
| parent | 0d28f80bd1f0ec511fe608bfdc58c927d1a6ef9c (diff) | |
| download | bcm5719-llvm-4a08e931b69b869a959003e678d4fe864b97a13a.tar.gz bcm5719-llvm-4a08e931b69b869a959003e678d4fe864b97a13a.zip | |
Update mailing list references to lists.llvm.org
llvm-svn: 244000
Diffstat (limited to 'clang/www/analyzer/checker_dev_manual.html')
| -rw-r--r-- | clang/www/analyzer/checker_dev_manual.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/analyzer/checker_dev_manual.html b/clang/www/analyzer/checker_dev_manual.html index c2606f92ee5..c674a74284b 100644 --- a/clang/www/analyzer/checker_dev_manual.html +++ b/clang/www/analyzer/checker_dev_manual.html @@ -28,7 +28,7 @@ and refer to this page for additional information on writing a checker. The stat 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> for developer guidelines and send your questions and proposals to -<a href=http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev>cfe-dev mailing list</a>. +<a href=http://lists.llvm.org/mailman/listinfo/cfe-dev>cfe-dev mailing list</a>. </p> <ul> @@ -592,10 +592,10 @@ up-to-date documentation about the APIs available in Clang. Relevant entries have been linked throughout this page. Also of use is the <a href="http://llvm.org/doxygen">LLVM doxygen</a>, when dealing with classes from LLVM. -<li> The <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev"> +<li> The <a href="http://lists.llvm.org/mailman/listinfo/cfe-dev"> cfe-dev mailing list</a>. This is the primary mailing list used for discussion of Clang development (including static code analysis). The -<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev">archive</a> also contains +<a href="http://lists.llvm.org/pipermail/cfe-dev">archive</a> also contains a lot of information. <li> The "Building a Checker in 24 hours" presentation given at the <a href="http://llvm.org/devmtg/2012-11">November 2012 LLVM Developer's |

