summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-pdbutil.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Update code block for compatibility with Sphinx 1.5.1Jonas Devlieghere2017-11-061-4/+4
| | | | | | | | | | | | | | | It is currently not possible to build the documentation with cmake and the same version of Sphinx (1.5.1) used to generate the public facing documentation on llvm.org. When code blocks cannot be parsed by Pygments, it generates a warning which is treated as an error. In addition to being annoying and confusing for developers, this needlessly increases the bar for newcomers that want to get involved. This patch removes the language specifier from the affected block. The result is the same as when parsing fails: the block are not highlighted. llvm-svn: 317472
* Add documentation for llvm-pdbutil.Zachary Turner2017-08-111-0/+585
llvm-svn: 310744
OpenPOWER on IntegriCloud