| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] Add check name to YAML export | Alexander Kornienko | 2017-01-03 | 1 | -9/+2 |
| | | | | | | | | | | | | | Add a field indicating the associated check for every replacement to the YAML report generated with the '-export-fixes' option. Update clang-apply-replacements to handle the new format. Patch by Alpha Abdoulaye! Differential revision: https://reviews.llvm.org/D26137 llvm-svn: 290892 | ||||
| * | Do not quote YAML plain string myself. Let YAMLIO do that. | Rui Ueyama | 2013-09-11 | 1 | -15/+15 |
| | | | | | llvm-svn: 190486 | ||||
| * | Adding Replacement serialization support | Edwin Vane | 2013-08-20 | 1 | -0/+106 |
| Adding a new data structure for storing the Replacements generated for a single translation unit. Structure contains a vector of Replacements as well a field indicating the main source file of the translation unit. An optional 'Context' field allows for tools to provide any information they want about the context the Replacements were generated in. This context is printed, for example, when detecting conflicts during Replacement deduplication. YAML serialization for this data structure is implemented in this patch. Tests are included. Differential Revision: http://llvm-reviews.chandlerc.com/D1422 llvm-svn: 188818 | |||||

