Skip to content
  1. Jan 29, 2019
    • James Y Knight's avatar
      Adjust documentation for git migration. · 5d71fc5d
      James Y Knight authored
      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
      5d71fc5d
  2. Dec 03, 2018
  3. Nov 30, 2018
  4. Aug 23, 2018
  5. Jan 29, 2016
  6. Jul 16, 2015
  7. Mar 03, 2013
    • Sean Silva's avatar
      .gitignore: ignore docs/_build · 206bc114
      Sean Silva authored
      That is where the documentation gets built to.
      
      I'm pretty much clueless about SVN; I would appreciate if someone more
      knowledgeable about SVN made the equivalent change.
      
      llvm-svn: 176417
      206bc114
  8. Jan 14, 2013
  9. Jan 03, 2013
    • Sean Silva's avatar
      analyzer: add initial Sphinx configuration · cd61d28c
      Sean Silva authored
      This is just the output of sphinx-quickstart. Now all that is needed
      to begin converting the analyzer docs to reST is the server-side setup.
      
      The analyzer folks have asked me to keep this segregated from the other
      clang docs since the analyzer is a logically separate project (and has
      its own separate web page) even though it resides in the clang tree.
      
      llvm-svn: 171425
      cd61d28c
  10. Dec 13, 2012
    • Sean Silva's avatar
      docs: Initial Sphinx setup for Clang. · 99b51c48
      Sean Silva authored
      I don't think this will be visible just yet on <clang.llvm.org/docs/>
      since I don't think that the necessary server-side setup has taken
      place.
      
      Don't shoot me over the theme. I don't want to duplicate LLVM's theme
      into the clang repo at the moment, so I just used one of Sphinx's
      default themes.
      
      llvm-svn: 170042
      99b51c48
  11. Oct 10, 2012
  12. Aug 13, 2012
  13. Oct 24, 2011
  14. Jul 19, 2011
  15. May 31, 2011
  16. Dec 17, 2010
  17. Dec 16, 2010
Loading