Go to file
Edwin Vane c0f00b79f7 clang-modernize: Apply replacements using clang-apply-replacements
Summary:
The clang-apply-replacements process is now invoked to apply
replacements between applying transforms. This resulted in a massive
simplification of the tool:
- FileOverrides class no longer needed.
- Change tracking and code formatting no longer needed.
- No more dependency on libclangApplyReplacements.
- Final syntax check is easier to do directly now than with a separate
  header/source pair.

Replacement handling stuff abstracted into a new header/source pair to
de-clutter ClangModernize.cpp somewhat.

Tests updated.

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

llvm-svn: 192032
2013-10-05 12:15:58 +00:00
clang Sema: Cleanup redundant variable NumArgsToCheck 2013-10-05 10:03:01 +00:00
clang-tools-extra clang-modernize: Apply replacements using clang-apply-replacements 2013-10-05 12:15:58 +00:00
compiler-rt [TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another sanitizers 2013-10-04 13:38:35 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx G M: Remove unneeded warnings in buildit that are hindering porting. 2013-10-05 00:13:31 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [ELF] Fix uninitalized value. 2013-10-03 19:25:34 +00:00
lldb Fix a few errors found when building lldb with newer versions of clang. 2013-10-05 02:52:22 +00:00
llvm lli: Plug leaks in the remote target external implementation. 2013-10-05 11:53:20 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly do not compute isl_map_dim in the loop 2013-10-04 17:14:53 +00:00