llvm-project/clang-tools-extra/unittests/include-fixer
Haojian Wu c99f72868d [include-fixer] Support processing multiple files in one run.
Summary:
Previously, if we pass multiple files or a file pattern (e.g. /path/to/*.cc) to
include-fixer, include-fixer will apply all replacements to the first argument,
which probably causes crashes.

With this patch, include-fixer can process multiple files now.

Vim and Emacs integration are tested manually.

Reviewers: bkramer

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D23266

llvm-svn: 278102
2016-08-09 08:26:19 +00:00
..
find-all-symbols [include-fixer] reduce stack size by changing RegexHeaderMap to use const char * pair. 2016-07-04 13:34:11 +00:00
CMakeLists.txt IncludeFixerTests: Update libdeps. 2016-05-31 16:41:39 +00:00
IncludeFixerTest.cpp [include-fixer] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00