llvm-project/clang-tools-extra/test
Tareq A. Siraj 67fa4114a6 cpp11-migrate: Write header replacements to disk
Committing r187204 with fixes for darwin. Note that one of the lit tests are
disabled on windows due to a bug in writing header replacements to file.

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.

llvm-svn: 187428
2013-07-30 18:18:02 +00:00
..
Unit Add support to read include/exclude paths from file 2013-05-02 19:02:02 +00:00
clang-tidy Initial architecture for clang-tidy. 2013-07-29 08:19:24 +00:00
cpp11-migrate cpp11-migrate: Write header replacements to disk 2013-07-30 18:18:02 +00:00
modularize Fixed checkin of wrong old files. Hopefully this is the end of the test failure. 2013-07-27 02:06:36 +00:00
remove-cstr-calls Fix a remove-cstr-calls test that fails checking of the produced code. 2013-06-19 15:43:40 +00:00
CMakeLists.txt Initial architecture for clang-tidy. 2013-07-29 08:19:24 +00:00
Makefile Unit test support for Clang extra tools 2013-04-03 15:11:08 +00:00
lit.cfg Revised per review comments to rename test files and rearrange input files. 2013-03-26 18:17:28 +00:00
lit.site.cfg.in Switch from autogenerating tests to using the preprocessor. 2013-03-07 10:09:47 +00:00