diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-07-01 16:35:47 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-07-01 16:35:47 +0000 |
commit | c2e40fa6819dea0dee0b8d45f3d27eb7fbb6011c (patch) | |
tree | 38f35c9128e1cdd770aa78261b1041f19ff3d025 | |
parent | bc9e523421b77c4086ddd58162733db13be708e2 (diff) | |
download | llvm-c2e40fa6819dea0dee0b8d45f3d27eb7fbb6011c.zip llvm-c2e40fa6819dea0dee0b8d45f3d27eb7fbb6011c.tar.gz llvm-c2e40fa6819dea0dee0b8d45f3d27eb7fbb6011c.tar.bz2 |
Remove reference to the Index library
llvm-svn: 134238
-rw-r--r-- | clang/docs/InternalsManual.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/docs/InternalsManual.html b/clang/docs/InternalsManual.html index 9611989..00bc54a 100644 --- a/clang/docs/InternalsManual.html +++ b/clang/docs/InternalsManual.html @@ -68,7 +68,6 @@ td { <li><a href="#Constants">Constant Folding in the Clang AST</a></li> </ul> </li> -<li><a href="libIndex.html">The Index Library</a></li> <li><a href="#Howtos">Howto guides</a> <ul> <li><a href="#AddingAttributes">How to add an attribute</a></li> |