summaryrefslogtreecommitdiffstats
path: root/clang/docs/ClangTools.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix some sphinx doc errors.James Y Knight2019-02-011-2/+2
| | | | llvm-svn: 352887
* Adjust documentation for git migration.James Y Knight2019-01-291-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 httpsSylvestre Ledru2018-11-041-3/+3
| | | | llvm-svn: 346101
* Fixed a link.Alexander Kornienko2015-11-041-1/+1
| | | | llvm-svn: 252069
* Fixed header levels.Alexander Kornienko2015-11-041-2/+2
| | | | llvm-svn: 252068
* Removed mentions of clang-modernize, added a short description of clang-tidy.Alexander Kornienko2015-11-041-33/+9
| | | | llvm-svn: 252066
* Document removed flags in release notesAlexey Samsonov2014-03-211-1/+1
| | | | llvm-svn: 204438
* [docs] s/cpp11-migrate/clang-modernize/Rui Ueyama2014-03-061-2/+2
| | | | llvm-svn: 203158
* Fix grammar-o.Bill Wendling2013-11-081-2/+2
| | | | llvm-svn: 194283
* [docs] Fix some finicky Sphinx warnings.Sean Silva2013-09-091-1/+1
| | | | llvm-svn: 190336
* Documentation: add an idea for a cpp14-migrate transform for N3421Dmitri Gribenko2013-04-271-0/+14
| | | | llvm-svn: 180672
* Documentation: improve description of make_shared transformation, as ↵Dmitri Gribenko2013-04-261-2/+8
| | | | | | suggested by David Blaikie llvm-svn: 180627
* Add an idea for cpp11-migrate and cpp14-migrateDmitri Gribenko2013-04-251-0/+15
| | | | llvm-svn: 180266
* Updating cpp11-migrate transform list in ClangTools docsEdwin Vane2013-04-091-1/+5
| | | | | Author: Philip Dunstan <phil@phildunstan.com> llvm-svn: 179128
* Add an idea for a cpp11-migrate tool: TR1 migrationDmitri Gribenko2013-03-031-0/+25
| | | | | | Idea by Marshall Clow. llvm-svn: 176423
* [docs] SpellingSean Silva2013-03-031-1/+1
| | | | llvm-svn: 176421
* Documentation: add an idea for a (weird) clang toolDmitri Gribenko2013-02-251-0/+4
| | | | llvm-svn: 176005
* Documentation: add an idea for an automatic refactoringDmitri Gribenko2013-02-241-0/+4
| | | | llvm-svn: 176000
* Update docs: nullptr conversion tool landedDmitri Gribenko2013-01-221-3/+9
| | | | llvm-svn: 173183
* ClangTools.rst: spelling and formattingDmitri Gribenko2013-01-091-3/+3
| | | | llvm-svn: 172008
* Add documentation for clang-format.Daniel Jasper2013-01-091-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 Silva2013-01-071-1/+1
| | | | | | Sphinx was whining about this. llvm-svn: 171796
* [docs] Fix an inconsistent title level, and a sphinx warning.Daniel Dunbar2013-01-071-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 thatDmitri Gribenko2013-01-061-0/+11
| | | | | | these ideas don't get lost llvm-svn: 171667
* remove random spacesSean Silva2013-01-021-1/+1
| | | | llvm-svn: 171378
* docs: More reST conversion.Sean Silva2012-12-131-0/+91
Sorry for the large commit, but it is much faster to convert in batches. llvm-svn: 170067
OpenPOWER on IntegriCloud