hanchenye-llvm-project/clang-tools-extra/include-fixer
Benjamin Kramer bc805aef33 [include-fixer] Desugar incomplete types.
This will look through typedefs so include-fixer will look up the target
of the typedef instead of the typedef itself (which is already in
scope).

llvm-svn: 289952
2016-12-16 16:09:06 +00:00
..
find-all-symbols modernize-use-auto NFC fixes 2016-12-14 15:29:23 +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] Desugar incomplete types. 2016-12-16 16:09:06 +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