| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extend CompilationDatabase by a field for the output filename | Joerg Sonnenberger | 2016-12-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | In bigger projects like an Operating System, the same source code is often compiled in slightly different ways. This could be the difference between PIC and non-PIC code for static vs dynamic libraries, it could also be the difference between size optimised versions of tools for ramdisk images. At the moment, the compilation database has no way to distinguish such cases. As first step, add a field in the JSON format for it and process it accordingly. Differential Revision: https://reviews.llvm.org/D27138 llvm-svn: 288436 | ||||
| * | Document the arguments form of commands. | Joerg Sonnenberger | 2016-11-25 | 1 | -0/+2 |
| | | | | | llvm-svn: 287926 | ||||
| * | Documentation: fix escaping in JSON example | Dmitri Gribenko | 2013-01-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 173950 | ||||
| * | Documentation: add a link to Bear, a tool to help with JSON DB | Dmitri Gribenko | 2013-01-30 | 1 | -0/+3 |
| | | | | | | | Patch by Laszlo Nagy llvm-svn: 173949 | ||||
| * | docs: Fix up HTML links to proper reST links. | Sean Silva | 2013-01-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 171382 | ||||
| * | Documentation: random cleanups. Use monospaced font where appropriate, | Dmitri Gribenko | 2012-12-15 | 1 | -3/+3 |
| | | | | | | | highlight console output with "code-block:: console", etc. llvm-svn: 170276 | ||||
| * | docs: More reST conversion. | Sean Silva | 2012-12-13 | 1 | -0/+85 |
| Sorry for the large commit, but it is much faster to convert in batches. llvm-svn: 170067 | |||||

