llvm-capstone/clang/www/menu.html.incl
James Y Knight 5d71fc5d7b Adjust documentation for git migration.
This fixes most references to the paths:
 llvm.org/svn/
 llvm.org/git/
 llvm.org/viewvc/
 github.com/llvm-mirror/
 github.com/llvm-project/
 reviews.llvm.org/diffusion/

to instead point to https://github.com/llvm/llvm-project.

This is *not* a trivial substitution, because additionally, all the
checkout instructions had to be migrated to instruct users on how to
use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of
checking out various projects into various subdirectories.

I've attempted to not change any scripts here, only documentation. The
scripts will have to be addressed separately.

Additionally, I've deleted one document which appeared to be outdated
and unneeded:
  lldb/docs/building-with-debug-llvm.txt

Differential Revision: https://reviews.llvm.org/D57330

llvm-svn: 352514
2019-01-29 16:37:27 +00:00

62 lines
2.1 KiB
Plaintext
Executable File

<div id="menu">
<div>
<a href="http://llvm.org/">LLVM Home</a>
</div>
<div class="submenu">
<label>Clang Info</label>
<a href="http://llvm.org/releases/download.html">Download</a>
<a href="/index.html">About</a>
<a href="/features.html">Features</a>
<a href="/comparison.html">Comparisons</a>
<a href="/related.html">Related Projects</a>
<a href="/docs/UsersManual.html">User's Manual</a>
<a href="/compatibility.html">Language&nbsp;Compatibility</a>
<a href="/docs/LanguageExtensions.html">Language&nbsp;Extensions</a>
<a href="/cxx_status.html">C++ Status</a>
</div>
<div class="submenu">
<label>Clang Development</label>
<a href="/get_started.html">Get&nbsp;Started</a>
<a href="/get_involved.html">Get&nbsp;Involved</a>
<a href="/OpenProjects.html">Open&nbsp;Projects</a>
<a href="/docs/InternalsManual.html">Clang&nbsp;Internals</a>
<a href="/hacking.html">Hacking on Clang</a>
</div>
<div class="submenu">
<label>Clang Tools</label>
<a href="http://clang-analyzer.llvm.org">Automatic Bug-Finding</a>
<a href="/docs/Tooling.html">Writing Clang Tools</a>
</div>
<div class="submenu">
<label>Communication</label>
<a href="http://lists.llvm.org/mailman/listinfo/cfe-users">cfe-users List</a>
<a href="http://lists.llvm.org/mailman/listinfo/cfe-dev">cfe-dev List</a>
<a href="http://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits List</a>
<a href="https://bugs.llvm.org/">Bug Reports</a>
<a href="http://planet.clang.org/">Planet Clang</a>
<a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
</div>
<div class="submenu">
<label>The Code</label>
<a href="/get_started.html#build">Check Out Sources</a>
<a href="https://github.com/llvm/llvm-project/tree/master/clang/">Browse Sources</a>
<a href="http://clang.llvm.org/doxygen/">doxygen</a>
</div>
<div class="submenu">
<label>Quick Links</label>
<a href="http://llvm.org/reports/coverage/">Testing Coverage</a>
</div>
<div class="submenu">
<label>Clang Events</label>
<a href="http://llvm.org/devmtg/">LLVM Meeting</a>
</div>
</div>