hanchenye-llvm-project/clang-tools-extra/include-fixer
Benjamin Kramer 35d53951a4 [include-fixer] Don't skip repeated lookups in plugin mode.
In this mode not all the errors are fixed so it doesn't make sense to
ignore later ones.

llvm-svn: 288244
2016-11-30 14:37:40 +00:00
..
find-all-symbols [include-fixer] Support finding headers for the symbol under cursor. 2016-09-07 16:34:35 +00:00
plugin [include-fixer] Refactor include fixer to be usable as a plugin 2016-11-17 15:16:05 +00:00
tool Fix grammar 2016-11-09 17:47:56 +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 skip repeated lookups in plugin mode. 2016-11-30 14:37:40 +00:00
IncludeFixer.h [include-fixer plugin] Make the plugin emit proper fixits in case multiple errors are found. 2016-11-21 15:28:50 +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 [include-fixer] Correct nested class search for identifiers with scoped information 2016-08-02 10:43:10 +00:00
SymbolIndexManager.h [include-fixer] Correct nested class search for identifiers with scoped information 2016-08-02 10:43:10 +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