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/docs | |
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/docs')
-rw-r--r-- | clang/docs/ExternalClangExamples.rst | 2 | ||||
-rw-r--r-- | clang/docs/InternalsManual.rst | 2 | ||||
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst index 71d50c23fa1..e6076a5be6d 100644 --- a/clang/docs/ExternalClangExamples.rst +++ b/clang/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 -<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. diff --git a/clang/docs/InternalsManual.rst b/clang/docs/InternalsManual.rst index 7f2a8fafccc..7959179d491 100644 --- a/clang/docs/InternalsManual.rst +++ b/clang/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/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 77eb2e3db6f..fc3f9fc2822 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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 <http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev>`_. +list <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_. |