[llvm-branch-commits] [cfe-branch] r244769 - Merging r244000:

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 12 10:13:15 PDT 2015


Author: hans
Date: Wed Aug 12 12:13:14 2015
New Revision: 244769

URL: http://llvm.org/viewvc/llvm-project?rev=244769&view=rev
Log:
Merging r244000:
------------------------------------------------------------------------
r244000 | tbrethou | 2015-08-04 20:55:23 -0700 (Tue, 04 Aug 2015) | 2 lines

Update mailing list references to lists.llvm.org

------------------------------------------------------------------------

Modified:
    cfe/branches/release_37/   (props changed)
    cfe/branches/release_37/README.txt
    cfe/branches/release_37/docs/ExternalClangExamples.rst
    cfe/branches/release_37/docs/InternalsManual.rst
    cfe/branches/release_37/docs/ReleaseNotes.rst
    cfe/branches/release_37/test/Analysis/dead-stores.m
    cfe/branches/release_37/test/SemaObjC/comptypes-9.m
    cfe/branches/release_37/www/analyzer/checker_dev_manual.html
    cfe/branches/release_37/www/analyzer/installation.html
    cfe/branches/release_37/www/analyzer/menu.html.incl
    cfe/branches/release_37/www/analyzer/open_projects.html
    cfe/branches/release_37/www/demo/index.cgi
    cfe/branches/release_37/www/get_involved.html
    cfe/branches/release_37/www/menu.html.incl

Propchange: cfe/branches/release_37/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 12 12:13:14 2015
@@ -1,4 +1,4 @@
 /cfe/branches/type-system-rewrite:134693-134817
-/cfe/trunk:242244,242285,242293,242297,242313,242382,242422,242499,242574,242600,242660,242662,242667,242678,242766,242854,242905,242973,243018,243048,243085,243098,243101,243105,243144,243153,243196,243206,243277,243280,243285,243289,243343,243417,243463,243538,243594,243642-243644,243945-243950,243964,244719
+/cfe/trunk:242244,242285,242293,242297,242313,242382,242422,242499,242574,242600,242660,242662,242667,242678,242766,242854,242905,242973,243018,243048,243085,243098,243101,243105,243144,243153,243196,243206,243277,243280,243285,243289,243343,243417,243463,243538,243594,243642-243644,243945-243950,243964,244000,244719
 /cfe/trunk/test:170344
 /cfe/trunk/test/SemaTemplate:126920

Modified: cfe/branches/release_37/README.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/README.txt?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/README.txt (original)
+++ cfe/branches/release_37/README.txt Wed Aug 12 12:13:14 2015
@@ -20,7 +20,7 @@ Information on the LLVM project:   http:
 
 If you have questions or comments about Clang, a great place to discuss them is
 on the Clang development mailing list:
-  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
+  http://lists.llvm.org/mailman/listinfo/cfe-dev
 
 If you find a bug in Clang, please file it in the LLVM bug tracker:
   http://llvm.org/bugs/

Modified: cfe/branches/release_37/docs/ExternalClangExamples.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/ExternalClangExamples.rst?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/docs/ExternalClangExamples.rst (original)
+++ cfe/branches/release_37/docs/ExternalClangExamples.rst Wed Aug 12 12:13:14 2015
@@ -20,7 +20,7 @@ where Clang is used are:
 
 If you know of (or wrote!) a tool or project using Clang, please send an
 email to Clang's `development discussion mailing list
-<http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev>`_ to have it added.
+<http://lists.llvm.org/mailman/listinfo/cfe-dev>`_ to have it added.
 (or if you are already a Clang contributor, feel free to directly commit
 additions). Since the primary purpose of this page is to provide examples
 that can help developers, generally they must have code available.

Modified: cfe/branches/release_37/docs/InternalsManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/InternalsManual.rst?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/docs/InternalsManual.rst (original)
+++ cfe/branches/release_37/docs/InternalsManual.rst Wed Aug 12 12:13:14 2015
@@ -508,7 +508,7 @@ token.  This concept maps directly to th
 ``SourceRange`` and ``CharSourceRange``
 ---------------------------------------
 
-.. mostly taken from http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-August/010595.html
+.. mostly taken from http://lists.llvm.org/pipermail/cfe-dev/2010-August/010595.html
 
 Clang represents most source ranges by [first, last], where "first" and "last"
 each point to the beginning of their respective tokens.  For example consider

Modified: cfe/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/ReleaseNotes.rst?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_37/docs/ReleaseNotes.rst Wed Aug 12 12:13:14 2015
@@ -193,4 +193,4 @@ tree.
 
 If you have any questions or comments about Clang, please feel free to
 contact us via the `mailing
-list <http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev>`_.
+list <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_.

Modified: cfe/branches/release_37/test/Analysis/dead-stores.m
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/test/Analysis/dead-stores.m?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/test/Analysis/dead-stores.m (original)
+++ cfe/branches/release_37/test/Analysis/dead-stores.m Wed Aug 12 12:13:14 2015
@@ -28,7 +28,7 @@ extern NSString *NSAlignmentBinding;
 // This test case was reported as a false positive due to a bug in the
 // LiveVariables <-> deadcode.DeadStores interplay.  We should not flag a warning
 // here.  The test case was reported in:
-//  http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-July/002157.html
+//  http://lists.llvm.org/pipermail/cfe-dev/2008-July/002157.html
 void DeadStoreTest(NSObject *anObject) {
   NSArray *keys;
   if ((keys = [anObject exposedBindings]) &&   // no-warning

Modified: cfe/branches/release_37/test/SemaObjC/comptypes-9.m
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/test/SemaObjC/comptypes-9.m?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/test/SemaObjC/comptypes-9.m (original)
+++ cfe/branches/release_37/test/SemaObjC/comptypes-9.m Wed Aug 12 12:13:14 2015
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -fsyntax-only %s
-// FIXME: This test case tests the patch applied in: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080602/006017.html
+// FIXME: This test case tests the patch applied in: http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20080602/006017.html
 //   Eventually that logic should be treated as an extension.
 
 typedef signed char BOOL;

Modified: cfe/branches/release_37/www/analyzer/checker_dev_manual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/www/analyzer/checker_dev_manual.html?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/www/analyzer/checker_dev_manual.html (original)
+++ cfe/branches/release_37/www/analyzer/checker_dev_manual.html Wed Aug 12 12:13:14 2015
@@ -28,7 +28,7 @@ and refer to this page for additional in
 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
 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

Modified: cfe/branches/release_37/www/analyzer/installation.html
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/www/analyzer/installation.html?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/www/analyzer/installation.html (original)
+++ cfe/branches/release_37/www/analyzer/installation.html Wed Aug 12 12:13:14 2015
@@ -39,7 +39,7 @@ weeks old.</p>
 we need volunteers who are willing to help provide such regular builds.
 If you wish to help contribute regular builds of the analyzer on other
 platforms, please email the <a
-href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">Clang
+href="http://lists.llvm.org/mailman/listinfo/cfe-dev">Clang
 Developers' mailing list</a>.</p>
 
 <h3>Using Packaged Builds</h3>

Modified: cfe/branches/release_37/www/analyzer/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/www/analyzer/menu.html.incl?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/www/analyzer/menu.html.incl (original)
+++ cfe/branches/release_37/www/analyzer/menu.html.incl Wed Aug 12 12:13:14 2015
@@ -34,8 +34,8 @@
 <li>
   Mailing Lists
   <ul>
-    <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a></li>
-    <li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a></li>
+    <li><a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a></li>
+    <li><a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits</a></li>
   </ul>
 </li>
 </ul>

Modified: cfe/branches/release_37/www/analyzer/open_projects.html
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/www/analyzer/open_projects.html?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/www/analyzer/open_projects.html (original)
+++ cfe/branches/release_37/www/analyzer/open_projects.html Wed Aug 12 12:13:14 2015
@@ -19,7 +19,7 @@
 power. Most of the projects listed here are infrastructure-related so this list 
 is an addition to the <a href="potential_checkers.html">potential checkers 
 list</a>. If you are interested in tackling one of these, please send an email 
-to the <a href=http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev>cfe-dev
+to the <a href=http://lists.llvm.org/mailman/listinfo/cfe-dev>cfe-dev
 mailing list</a> to notify other members of the community.</p>
 
 <ul>  

Modified: cfe/branches/release_37/www/demo/index.cgi
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/www/demo/index.cgi?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/www/demo/index.cgi (original)
+++ cfe/branches/release_37/www/demo/index.cgi Wed Aug 12 12:13:14 2015
@@ -19,7 +19,7 @@ if ( !-d $ROOT ) { mkdir( $ROOT, 0777 );
 my $LOGFILE         = "$ROOT/log.txt";
 my $FORM_URL        = 'index.cgi';
 my $MAILADDR        = 'sabre at nondot.org';
-my $CONTACT_ADDRESS = 'Questions or comments?  Email the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev mailing list</a>.';
+my $CONTACT_ADDRESS = 'Questions or comments?  Email the <a href="http://lists.llvm.org/mailman/listinfo/llvm-dev">LLVM-dev mailing list</a>.';
 my $LOGO_IMAGE_URL  = 'cathead.png';
 my $TIMEOUTAMOUNT   = 20;
 $ENV{'LD_LIBRARY_PATH'} = '/home/vadve/shared/localtools/fc1/lib/';

Modified: cfe/branches/release_37/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/www/get_involved.html?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/www/get_involved.html (original)
+++ cfe/branches/release_37/www/get_involved.html Wed Aug 12 12:13:14 2015
@@ -33,10 +33,10 @@ has its own mailing lists because the co
 interests.  The two clang lists are:</p>
 
 <ul>
-<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits
+<li><a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits
 </a> - This list is for patch submission/discussion.</li>
 
-<li><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a> - 
+<li><a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev</a> - 
 This list is for everything else Clang related (questions and answers, design
 discussions, etc).</li>
 
@@ -45,17 +45,17 @@ discussions, etc).</li>
 <p>If you are interested in clang only, these two lists should be all
 you need.  If you are interested in the LLVM optimizer and code generator,
 please consider signing up for <a 
-href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">llvmdev</a> and <a
-href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">llvm-commits</a>
+href="http://lists.llvm.org/mailman/listinfo/llvm-dev">llvm-dev</a> and <a
+href="http://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a>
 as well.</p>
 
 
 <p>The best way to talk with other developers on the project is through the <a
-href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev mailing
+href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev mailing
 list</a>.  The clang mailing list is a very friendly place and we welcome
 newcomers.  In addition to the cfe-dev list, a significant amount of design
 discussion takes place on the <a 
-href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits mailing
+href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits mailing
 list</a>.  All of these lists have archives, so you can browse through previous
 discussions or follow the list development on the web if you prefer.</p>
 

Modified: cfe/branches/release_37/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/www/menu.html.incl?rev=244769&r1=244768&r2=244769&view=diff
==============================================================================
--- cfe/branches/release_37/www/menu.html.incl (original)
+++ cfe/branches/release_37/www/menu.html.incl Wed Aug 12 12:13:14 2015
@@ -33,9 +33,9 @@
 
   <div class="submenu">
     <label>Communication</label>
-    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users">cfe-users List</a>
-    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev List</a>
-    <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits List</a>
+    <a href="http://lists.llvm.org/mailman/listinfo/cfe-users">cfe-users List</a>
+    <a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev List</a>
+    <a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits List</a>
     <a href="http://llvm.org/bugs/">Bug Reports</a>
     <a href="http://planet.clang.org/">Planet Clang</a>
     <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>




More information about the llvm-branch-commits mailing list