diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-10-14 00:54:15 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-10-14 00:54:15 +0000 |
| commit | a273f58c7468ba2af775043a7b1af1a2c69189cf (patch) | |
| tree | 47e3be55ccc8de831c682589910b900ff5456586 /clang/docs | |
| parent | 82e0d728e8b8d2d80f6c8bf12afa69f53c2552a0 (diff) | |
| download | bcm5719-llvm-a273f58c7468ba2af775043a7b1af1a2c69189cf.tar.gz bcm5719-llvm-a273f58c7468ba2af775043a7b1af1a2c69189cf.zip | |
Fix grammaro
llvm-svn: 141927
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/InternalsManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index da83d89acc6..54f01fca0e7 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -1965,7 +1965,7 @@ focus on expressions, but statements are similar.</p> expression produces can change from one instantiation to the next), value dependence (i.e., the constant value your expression produces can change from one instantiation to the next), - instantiation dependence (i.e., a template parameter or occurs + instantiation dependence (i.e., a template parameter occurs anywhere in your expression), and whether your expression contains a parameter pack (for variadic templates). Often, computing these flags just means combining the results from the various types and |

