forked from OSchip/llvm-project
3a2476a342
Header replacements are now written to disk in YAML format for an external tool to merge. A unique file will be created in the same directory as the header with all replacements that came from a source file that included the header file. The YAML file will have: - Name of the file - Transform ID that generated the replacement - Offset - Length - Replacement text Any tool reading these replacements should read them using the TransformDocument struct. Differential Revision: http://llvm-reviews.chandlerc.com/D1142 llvm-svn: 187204 |
||
---|---|---|
.. | ||
AddOverride | ||
Core | ||
LoopConvert | ||
ReplaceAutoPtr | ||
UseAuto | ||
UseNullptr | ||
tool | ||
CMakeLists.txt | ||
Makefile |