llvm-project/clang-tools-extra/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
..
find-all-symbols findAllSymbols: Prune unused libdeps. 2016-05-18 00:53:31 +00:00
tool [include-fixer] Don't insert #includes if a fatal error occurred. 2016-05-18 13:32:38 +00:00
CMakeLists.txt [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
InMemorySymbolIndex.cpp [include-fixer] Simplify unittest code. 2016-05-13 15:17:17 +00:00
InMemorySymbolIndex.h [include-fixer] Simplify unittest code. 2016-05-13 15:17:17 +00:00
IncludeFixer.cpp [include-fixer] Don't insert #includes if a fatal error occurred. 2016-05-18 13:32:38 +00:00
IncludeFixer.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
SymbolIndex.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
SymbolIndexManager.cpp [include-fixer] Ignore non-scoped enum declaration during search. 2016-05-18 09:04:43 +00:00
SymbolIndexManager.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
YamlSymbolIndex.cpp [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
YamlSymbolIndex.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00