Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Documentation] Use HTTPS whenever possible | Eugene Zelenko | 2019-01-23 | 1 | -1/+1 |
| | | | | | | Differential revision: https://reviews.llvm.org/D56946 llvm-svn: 351976 | ||||
* | Allow the creation of human-friendly ASTDumper to arbitrary output stream | Alexander Kornienko | 2018-04-06 | 1 | -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 Bokhanko | 2016-08-19 | 1 | -1/+1 |
| | | | | llvm-svn: 279240 | ||||
* | Fix spelling error and remove the part about CMake having experimental Ninja ↵ | Nikola Smiljanic | 2013-01-11 | 1 | -16/+4 |
| | | | | | | support since 2.8.9 has been released some time ago. llvm-svn: 172182 | ||||
* | Revert the line ending mess I made. | Nikola Smiljanic | 2013-01-11 | 1 | -199/+211 |
| | | | | llvm-svn: 172179 | ||||
* | Fix spelling error and remove the part about CMake having experimental Ninja ↵ | Nikola Smiljanic | 2013-01-11 | 1 | -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 Gribenko | 2012-12-15 | 1 | -70/+70 |
| | | | | | | highlight console output with "code-block:: console", etc. llvm-svn: 170276 | ||||
* | docs: More reST conversion. | Sean Silva | 2012-12-13 | 1 | -0/+211 |
Sorry for the large commit, but it is much faster to convert in batches. llvm-svn: 170067 |