Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some sphinx doc errors. | James Y Knight | 2019-02-01 | 1 | -2/+2 |
| | | | | llvm-svn: 352887 | ||||
* | Adjust documentation for git migration. | James Y Knight | 2019-01-29 | 1 | -16/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Update our URLs in clang doc to use https | Sylvestre Ledru | 2018-11-04 | 1 | -3/+3 |
| | | | | llvm-svn: 346101 | ||||
* | Fixed a link. | Alexander Kornienko | 2015-11-04 | 1 | -1/+1 |
| | | | | llvm-svn: 252069 | ||||
* | Fixed header levels. | Alexander Kornienko | 2015-11-04 | 1 | -2/+2 |
| | | | | llvm-svn: 252068 | ||||
* | Removed mentions of clang-modernize, added a short description of clang-tidy. | Alexander Kornienko | 2015-11-04 | 1 | -33/+9 |
| | | | | llvm-svn: 252066 | ||||
* | Document removed flags in release notes | Alexey Samsonov | 2014-03-21 | 1 | -1/+1 |
| | | | | llvm-svn: 204438 | ||||
* | [docs] s/cpp11-migrate/clang-modernize/ | Rui Ueyama | 2014-03-06 | 1 | -2/+2 |
| | | | | llvm-svn: 203158 | ||||
* | Fix grammar-o. | Bill Wendling | 2013-11-08 | 1 | -2/+2 |
| | | | | llvm-svn: 194283 | ||||
* | [docs] Fix some finicky Sphinx warnings. | Sean Silva | 2013-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 190336 | ||||
* | Documentation: add an idea for a cpp14-migrate transform for N3421 | Dmitri Gribenko | 2013-04-27 | 1 | -0/+14 |
| | | | | llvm-svn: 180672 | ||||
* | Documentation: improve description of make_shared transformation, as ↵ | Dmitri Gribenko | 2013-04-26 | 1 | -2/+8 |
| | | | | | | suggested by David Blaikie llvm-svn: 180627 | ||||
* | Add an idea for cpp11-migrate and cpp14-migrate | Dmitri Gribenko | 2013-04-25 | 1 | -0/+15 |
| | | | | llvm-svn: 180266 | ||||
* | Updating cpp11-migrate transform list in ClangTools docs | Edwin Vane | 2013-04-09 | 1 | -1/+5 |
| | | | | | Author: Philip Dunstan <phil@phildunstan.com> llvm-svn: 179128 | ||||
* | Add an idea for a cpp11-migrate tool: TR1 migration | Dmitri Gribenko | 2013-03-03 | 1 | -0/+25 |
| | | | | | | Idea by Marshall Clow. llvm-svn: 176423 | ||||
* | [docs] Spelling | Sean Silva | 2013-03-03 | 1 | -1/+1 |
| | | | | llvm-svn: 176421 | ||||
* | Documentation: add an idea for a (weird) clang tool | Dmitri Gribenko | 2013-02-25 | 1 | -0/+4 |
| | | | | llvm-svn: 176005 | ||||
* | Documentation: add an idea for an automatic refactoring | Dmitri Gribenko | 2013-02-24 | 1 | -0/+4 |
| | | | | llvm-svn: 176000 | ||||
* | Update docs: nullptr conversion tool landed | Dmitri Gribenko | 2013-01-22 | 1 | -3/+9 |
| | | | | llvm-svn: 173183 | ||||
* | ClangTools.rst: spelling and formatting | Dmitri Gribenko | 2013-01-09 | 1 | -3/+3 |
| | | | | llvm-svn: 172008 | ||||
* | Add documentation for clang-format. | Daniel Jasper | 2013-01-09 | 1 | -12/+23 |
| | | | | | | | | This adds documentation for both LibFormat as well as the standalone tools and integrations built on top of it. It slightly restructures the ClangTools documentation. llvm-svn: 172004 | ||||
* | docs: Fix inconsistent titles. | Sean Silva | 2013-01-07 | 1 | -1/+1 |
| | | | | | | Sphinx was whining about this. llvm-svn: 171796 | ||||
* | [docs] Fix an inconsistent title level, and a sphinx warning. | Daniel Dunbar | 2013-01-07 | 1 | -1/+1 |
| | | | | | | - We don't need any static files currently, so drop that dir. llvm-svn: 171787 | ||||
* | ClangTools doc: add ideas for new tools in clang-tools-extra to ensure that | Dmitri Gribenko | 2013-01-06 | 1 | -0/+11 |
| | | | | | | these ideas don't get lost llvm-svn: 171667 | ||||
* | remove random spaces | Sean Silva | 2013-01-02 | 1 | -1/+1 |
| | | | | llvm-svn: 171378 | ||||
* | docs: More reST conversion. | Sean Silva | 2012-12-13 | 1 | -0/+91 |
Sorry for the large commit, but it is much faster to convert in batches. llvm-svn: 170067 |