llvm-project/clang-tools-extra/cpp11-migrate
Tareq A. Siraj 3a2476a342 cpp11-migrate: Write header replacements to disk
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
2013-07-26 14:11:45 +00:00
..
AddOverride cpp11-migrate: Register the transforms automatically using llvm::Registry 2013-07-24 14:24:33 +00:00
Core cpp11-migrate: Write header replacements to disk 2013-07-26 14:11:45 +00:00
LoopConvert cpp11-migrate: Register the transforms automatically using llvm::Registry 2013-07-24 14:24:33 +00:00
ReplaceAutoPtr cpp11-migrate: Register the transforms automatically using llvm::Registry 2013-07-24 14:24:33 +00:00
UseAuto cpp11-migrate: Register the transforms automatically using llvm::Registry 2013-07-24 14:24:33 +00:00
UseNullptr cpp11-migrate: Register the transforms automatically using llvm::Registry 2013-07-24 14:24:33 +00:00
tool cpp11-migrate: Write header replacements to disk 2013-07-26 14:11:45 +00:00
CMakeLists.txt cpp11-migrate: Tidying up 2013-07-08 12:17:37 +00:00
Makefile lib-ified core cpp11-migrate functionality to support unit tests 2013-04-04 20:19:58 +00:00