summaryrefslogtreecommitdiffstats
path: root/docs/InternalsManual.rst
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2015-08-05 03:55:23 +0000
committerTanya Lattner <tonic@nondot.org>2015-08-05 03:55:23 +0000
commit0103b5324e03fab7ea7ac52bc9ca8c309e5f37c7 (patch)
tree951907d6eb4a92df3ced929c16c5e5226482d401 /docs/InternalsManual.rst
parente770ba628e812d34afb8963672b174533bd7c158 (diff)
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
Diffstat (limited to 'docs/InternalsManual.rst')
-rw-r--r--docs/InternalsManual.rst2
1 files changed, 1 insertions, 1 deletions
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