llvm-project/clang-tools-extra/include-fixer
Benjamin Kramer 79acc976ea [include-fixer] Always ignore SFINAE contexts.
This could lead to spurious includes being added for identifiers that
are supposed to be not available.

llvm-svn: 269195
2016-05-11 15:33:30 +00:00
..
find-all-symbols [find-all-symbols] Save relative file path for each symbol. 2016-05-11 11:50:08 +00:00
tool [include-fixer] Default to YAML db, it's much more useful than the fixed dummy db. 2016-05-10 11:35:47 +00:00
CMakeLists.txt Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo. 2016-05-04 08:22:35 +00:00
InMemoryXrefsDB.cpp [find-all-symbols] Slim SymbolInfo. 2016-05-11 08:38:21 +00:00
InMemoryXrefsDB.h Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo. 2016-05-04 08:22:35 +00:00
IncludeFixer.cpp [include-fixer] Always ignore SFINAE contexts. 2016-05-11 15:33:30 +00:00
IncludeFixer.h Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo. 2016-05-04 08:22:35 +00:00
XrefsDB.h Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo. 2016-05-04 08:22:35 +00:00
XrefsDBManager.cpp [find-all-symbols] Slim SymbolInfo. 2016-05-11 08:38:21 +00:00
XrefsDBManager.h Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo. 2016-05-04 08:22:35 +00:00
YamlXrefsDB.cpp [find-all-symbols] Slim SymbolInfo. 2016-05-11 08:38:21 +00:00
YamlXrefsDB.h [include-fixer] Autodetect yaml databases in parent directories. 2016-05-09 14:14:55 +00:00