llvm-project/clang-tools-extra/include-fixer
Benjamin Kramer 1d3a91a682 [include-fixer] Don't return a correction if the header insertion failed.
This is could happen in cases involving macros and we don't want to
return an invalid fixit for it or a confusing error message with no
fixit.

llvm-svn: 292405
2017-01-18 16:22:58 +00:00
..
find-all-symbols [find-all-symbols] Index partial template specializations. 2017-01-11 11:47:44 +00:00
plugin Fix the build of the include-fixer plugin for some shared cmake builds and MSVC. 2017-01-13 10:14:07 +00:00
tool Update tools to use new getStyle API 2017-01-17 00:13:32 +00:00
CMakeLists.txt [include-fixer] Refactor include fixer to be usable as a plugin 2016-11-17 15:16:05 +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 return a correction if the header insertion failed. 2017-01-18 16:22:58 +00:00
IncludeFixer.h Reapply "Fix for shared_ptrification in Clang" 2017-01-06 19:49:09 +00:00
IncludeFixerContext.cpp [include-fixer] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00
IncludeFixerContext.h [include-fixer] Support processing multiple files in one run. 2016-08-09 08:26:19 +00:00
SymbolIndex.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
SymbolIndexManager.cpp Improve include fixer's ranking by taking the paths into account. 2017-01-11 10:32:47 +00:00
SymbolIndexManager.h Fix the build of the include-fixer plugin for some shared cmake builds and MSVC. 2017-01-13 10:14:07 +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