summaryrefslogtreecommitdiffstats
path: root/docs/InternalsManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-16 07:15:35 +0000
committerChris Lattner <sabre@nondot.org>2009-01-16 07:15:35 +0000
commit88054dee0402e4d3c1f64e6b697acc47195c0d72 (patch)
tree19693f2190bb2839f179e07560f1b16ce229b19f /docs/InternalsManual.html
parent0c21e84b82191ae1c4d04444a84008c464433868 (diff)
rename "virtual location" of a macro to "instantiation location".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62315 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/InternalsManual.html')
-rw-r--r--docs/InternalsManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/InternalsManual.html b/docs/InternalsManual.html
index 3e41d90ab5..2fcadb7a79 100644
--- a/docs/InternalsManual.html
+++ b/docs/InternalsManual.html
@@ -437,7 +437,7 @@ source code of the program. Important design points include:</p>
<p>In practice, the SourceLocation works together with the SourceManager class
to encode two pieces of information about a location: it's spelling location
-and it's virtual location. For most tokens, these will be the same. However,
+and it's instantiation location. For most tokens, these will be the same. However,
for a macro expansion (or tokens that came from a _Pragma directive) these will
describe the location of the characters corresponding to the token and the
location where the token was used (i.e. the macro instantiation point or the