hanchenye-llvm-project/clang-tools-extra/test/clang-modernize
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
..
AddOverride
Combined
Compilations Fixed test for compilation databases. 2013-09-23 19:02:25 +00:00
Core clang-modernize: Apply replacements using clang-apply-replacements 2013-10-05 12:15:58 +00:00
HeaderReplacements clang-modernize: Apply replacements using clang-apply-replacements 2013-10-05 12:15:58 +00:00
LoopConvert
PassByValue clang-modernize: Fix bugs in Pass-By-Value transform 2013-09-06 22:28:53 +00:00
ReplaceAutoPtr clang-modernize: Remove -headers option 2013-09-06 14:23:56 +00:00
UseAuto
UseNullptr clang-modernize: Remove -headers option 2013-09-06 14:23:56 +00:00