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