Go to file
Edwin Vane 3bf14cebee Introducing new tool clang-replace
Introducing new tool 'clang-replace' that finds files containing
serialized Replacements and applies those changes after deduplication
and detecting conflicts.

Currently the tool does not apply changes. It stops just after the
deduplication and conflict report phase. Forthcoming patches will
complete functionality.

Both build systems updated for new tool.

Includes a conflict test case.

clang-replace added to Doxygen build.

Differential Revision: http://llvm-reviews.chandlerc.com/D1424

llvm-svn: 189008
2013-08-22 13:07:14 +00:00
clang Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
clang-tools-extra Introducing new tool clang-replace 2013-08-22 13:07:14 +00:00
compiler-rt Add missing ']'. 2013-08-21 20:12:27 +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 mul_hi implementation [v2] 2013-08-19 18:31:49 +00:00
libcxx XFAIL 3 tests on darwin 11-12. The tests have recently been modified, are correct, and pass with an updated libc++.dylib 2013-08-22 00:04:22 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [lld][test] fix -Wreturn-type error 2013-08-22 05:44:08 +00:00
lldb Revert the change that was done to test commit access. 2013-08-22 00:56:22 +00:00
llvm Teach the SLP vectorizer the correct way to check for consecutive access 2013-08-22 12:45:17 +00:00
polly Rename "polly-test" in the document and script. 2013-08-18 07:33:28 +00:00