summaryrefslogtreecommitdiffstats
path: root/clang/docs/HowToSetupToolingForLLVM.rst
Commit message (Collapse)AuthorAgeFilesLines
* [Documentation] Use HTTPS whenever possibleEugene Zelenko2019-01-231-1/+1
| | | | | | Differential revision: https://reviews.llvm.org/D56946 llvm-svn: 351976
* Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko2018-04-061-1/+2
| | | | | | | | | | | | | | | | | | | | | Summary: `ASTPrinter` allows setting the ouput to any O-Stream, but that printer creates source-code-like syntax (and is also marked with a `FIXME`). The nice, colourful, mostly human-readable `ASTDumper` only works on the standard output, which is not feasible in case a user wants to see the AST of a file through a code navigation/comprehension tool. This small addition of an overload solves generating a nice colourful AST block for the users of a tool I'm working on, [[ http://github.com/Ericsson/CodeCompass | CodeCompass ]], as opposed to having to duplicate the behaviour of definitions that only exist in the anonymous namespace of implementation TUs related to this module. Reviewers: alexfh, klimek, rsmith Reviewed By: alexfh Subscribers: rnkovacs, dkrupp, gsd, xazax.hun, cfe-commits, #clang Tags: #clang Patch by Whisperity! Differential Revision: https://reviews.llvm.org/D45096 llvm-svn: 329391
* Fixed a typo (compilation_commands.json --> compile_commands.json).Andrey Bokhanko2016-08-191-1/+1
| | | | llvm-svn: 279240
* Fix spelling error and remove the part about CMake having experimental Ninja ↵Nikola Smiljanic2013-01-111-16/+4
| | | | | | support since 2.8.9 has been released some time ago. llvm-svn: 172182
* Revert the line ending mess I made.Nikola Smiljanic2013-01-111-199/+211
| | | | llvm-svn: 172179
* Fix spelling error and remove the part about CMake having experimental Ninja ↵Nikola Smiljanic2013-01-111-211/+199
| | | | | | support since 2.8.9 has been released some time ago. llvm-svn: 172177
* Documentation: random cleanups. Use monospaced font where appropriate,Dmitri Gribenko2012-12-151-70/+70
| | | | | | highlight console output with "code-block:: console", etc. llvm-svn: 170276
* docs: More reST conversion.Sean Silva2012-12-131-0/+211
Sorry for the large commit, but it is much faster to convert in batches. llvm-svn: 170067
OpenPOWER on IntegriCloud