From: Tanya Lattner Date: Wed, 5 Aug 2015 03:55:23 +0000 (+0000) Subject: Update mailing list references to lists.llvm.org X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0103b5324e03fab7ea7ac52bc9ca8c309e5f37c7;p=clang Update mailing list references to lists.llvm.org git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244000 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/README.txt b/README.txt index 474c67cf59..ada9ebc9e2 100644 --- a/README.txt +++ b/README.txt @@ -20,7 +20,7 @@ Information on the LLVM project: http://llvm.org/ 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/ diff --git a/docs/ExternalClangExamples.rst b/docs/ExternalClangExamples.rst index 71d50c23fa..e6076a5be6 100644 --- a/docs/ExternalClangExamples.rst +++ b/docs/ExternalClangExamples.rst @@ -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 -`_ to have it added. +`_ 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. diff --git a/docs/InternalsManual.rst b/docs/InternalsManual.rst index 7f2a8fafcc..7959179d49 100644 --- a/docs/InternalsManual.rst +++ b/docs/InternalsManual.rst @@ -508,7 +508,7 @@ token. This concept maps directly to the "spelling location" for the token. ``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 diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 77eb2e3db6..fc3f9fc282 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -156,4 +156,4 @@ tree. If you have any questions or comments about Clang, please feel free to contact us via the `mailing -list `_. +list `_. diff --git a/test/Analysis/dead-stores.m b/test/Analysis/dead-stores.m index 5ad2569cee..8bc6b2e84d 100644 --- a/test/Analysis/dead-stores.m +++ b/test/Analysis/dead-stores.m @@ -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 diff --git a/test/SemaObjC/comptypes-9.m b/test/SemaObjC/comptypes-9.m index cc6932dcdb..7064f167aa 100644 --- a/test/SemaObjC/comptypes-9.m +++ b/test/SemaObjC/comptypes-9.m @@ -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; diff --git a/www/analyzer/checker_dev_manual.html b/www/analyzer/checker_dev_manual.html index c2606f92ee..c674a74284 100644 --- a/www/analyzer/checker_dev_manual.html +++ b/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 Hacking on Clang and LLVM Programmer's Manual for developer guidelines and send your questions and proposals to -cfe-dev mailing list. +cfe-dev mailing list.

diff --git a/www/analyzer/open_projects.html b/www/analyzer/open_projects.html index 4c3429da1f..f354015c3f 100644 --- a/www/analyzer/open_projects.html +++ b/www/analyzer/open_projects.html @@ -19,7 +19,7 @@ power. Most of the projects listed here are infrastructure-related so this list is an addition to the potential checkers list. If you are interested in tackling one of these, please send an email -to the cfe-dev +to the cfe-dev mailing list to notify other members of the community.

    diff --git a/www/demo/index.cgi b/www/demo/index.cgi index 901b009dbd..8ea9cc7196 100644 --- a/www/demo/index.cgi +++ b/www/demo/index.cgi @@ -19,7 +19,7 @@ if ( !-d $ROOT ) { mkdir( $ROOT, 0777 ); } my $LOGFILE = "$ROOT/log.txt"; my $FORM_URL = 'index.cgi'; my $MAILADDR = 'sabre@nondot.org'; -my $CONTACT_ADDRESS = 'Questions or comments? Email the LLVMdev mailing list.'; +my $CONTACT_ADDRESS = 'Questions or comments? Email the LLVM-dev mailing list.'; my $LOGO_IMAGE_URL = 'cathead.png'; my $TIMEOUTAMOUNT = 20; $ENV{'LD_LIBRARY_PATH'} = '/home/vadve/shared/localtools/fc1/lib/'; diff --git a/www/get_involved.html b/www/get_involved.html index 06fee59420..fdd6b8f33c 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -33,10 +33,10 @@ has its own mailing lists because the communities have people with different interests. The two clang lists are: