llvm-project/clang-tools-extra/include-fixer
Benjamin Kramer e0f35a57cd [include-fixer] Fix faulty sort predicate.
Note the == on the last line, this isn't a strict-weak ordering.

llvm-svn: 276400
2016-07-22 09:07:16 +00:00
..
find-all-symbols [include-fixer] Add missing namespace qualifiers after inserting a missing header. 2016-07-08 09:10:29 +00:00
tool [include-fixer] Add mising qualifiers to all instances of an unidentified symbol. 2016-07-21 13:47:09 +00:00
CMakeLists.txt [include-fixer] Pull out Context implementation code to a cpp file. 2016-07-08 13:11:38 +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] Add mising qualifiers to all instances of an unidentified symbol. 2016-07-21 13:47:09 +00:00
IncludeFixer.h [include-fixer] Add mising qualifiers to all instances of an unidentified symbol. 2016-07-21 13:47:09 +00:00
IncludeFixerContext.cpp [include-fixer] Fix faulty sort predicate. 2016-07-22 09:07:16 +00:00
IncludeFixerContext.h [include-fixer] Add mising qualifiers to all instances of an unidentified symbol. 2016-07-21 13:47:09 +00:00
SymbolIndex.h [include-fixer] Rename XrefsDB to SymbolIndex. 2016-05-13 09:27:54 +00:00
SymbolIndexManager.cpp [include-fixer] Add missing namespace qualifiers after inserting a missing header. 2016-07-08 09:10:29 +00:00
SymbolIndexManager.h [include-fixer] Add missing namespace qualifiers after inserting a missing header. 2016-07-08 09:10:29 +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