Go to file
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
clang Add not to a command that is expected to fail. 2013-07-26 14:10:55 +00:00
clang-tools-extra cpp11-migrate: Write header replacements to disk 2013-07-26 14:11:45 +00:00
compiler-rt [sanitizer] Change strip_path_prefix flag behavior. 2013-07-22 16:14:38 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add missing integer min/max definitions 2013-07-26 13:02:02 +00:00
libcxx literal suffixes for std::chrono 2013-07-24 21:18:14 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF] Create an atom for a symbol whose storage type is IMAGE_SYM_CLASS_LABEL. 2013-07-26 01:18:27 +00:00
lldb Add an SBFrame::FindRegister() method to make it a little 2013-07-26 02:08:48 +00:00
llvm Add a target legalize hook for SplitVectorOperand (again) 2013-07-26 13:28:29 +00:00
polly BlockGenerator: Split getNewValue. 2013-07-25 09:12:07 +00:00