llvm-project/clang-tools-extra/test/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
..
Inputs [include-fixer] Be smarter about inserting symbols for a prefix. 2016-06-03 14:07:38 +00:00
commandline_options.cpp [include-fixer] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00
exit_on_fatal.cpp [include-fixer] Don't insert #includes if a fatal error occurred. 2016-05-18 13:32:38 +00:00
fixeddb.cpp [include-fixer] Default to YAML db, it's much more useful than the fixed dummy db. 2016-05-10 11:35:47 +00:00
include_path.cpp [include-fixer] Keep dot dot in SymbolInfo file paths. 2016-06-08 15:10:18 +00:00
merge.test [find-all-symbols] Add a test to make sure merging actually works. 2016-05-31 12:12:19 +00:00
multiple_fixes.cpp [include-fixer] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00
prefix_variable.cpp [include-fixer] Be smarter about inserting symbols for a prefix. 2016-06-03 14:07:38 +00:00
ranking.cpp [include-fixer] Implement adding missing namespace qualifiers in vim integration. 2016-07-13 16:43:54 +00:00
yamldb.cpp
yamldb_autodetect.cpp [include-fixer] Autodetect yaml databases in parent directories. 2016-05-09 14:14:55 +00:00