Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-doc] Create a script to generate tests | Julie Hockett | 2018-07-20 | 1 | -129/+0 |
| | | | | | | | | | Upstreaming the script I use to generate clang-doc tests (and updating the existing tests to use it) Differential Revision: https://reviews.llvm.org/D49268 llvm-svn: 337632 | ||||
* | [clang-doc] Implement a YAML generator | Julie Hockett | 2018-06-06 | 1 | -0/+129 |
Implmenting a YAML generator from the emitted bitcode summary of declarations. Emits one YAML file for each declaration information. For a more detailed overview of the tool, see the design document on the mailing list: http://lists.llvm.org/pipermail/cfe-dev/2017-December/056203.html llvm-svn: 334103 |