llvm-project/clang-tools-extra/test/include-fixer
Benjamin Kramer 6b5160a369 [include-fixer] Don't insert #includes if a fatal error occurred.
This typically happens when the user didn't setup include paths correctly
and the fixer starts adding garbage includes. Avoid that. Disable the error
limit though, as we might hit that easily with missing includes and still
want to fix those cases.

llvm-svn: 269923
2016-05-18 13:32:38 +00:00
..
Inputs [include-fixer] Add lit-test for relative include path. 2016-05-11 12:30:45 +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] Add lit-test for relative include path. 2016-05-11 12:30:45 +00:00
yamldb.cpp
yamldb_autodetect.cpp [include-fixer] Autodetect yaml databases in parent directories. 2016-05-09 14:14:55 +00:00