1. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  2. b7ecf1c NFC: Fix trivial typos in comments by Kazuaki Ishizaki · 5 years ago
  3. 43356f5 Rename directory housing clang-include-fixer to be eponymous by Nico Weber · 6 years ago[Renamed from clang-tools-extra/include-fixer/IncludeFixerContext.cpp]
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  5. c99f728 [include-fixer] Support processing multiple files in one run. by Haojian Wu · 9 years ago
  6. adedac6 [include-fixer] Correct nested class search for identifiers with scoped information by Haojian Wu · 9 years ago
  7. e0f35a5 [include-fixer] Fix faulty sort predicate. by Benjamin Kramer · 9 years ago
  8. 62aee52 [include-fixer] Add mising qualifiers to all instances of an unidentified symbol. by Haojian Wu · 9 years ago
  9. 20dba05 [include-fixer] Tweak: remove unintended const. by Haojian Wu · 9 years ago
  10. 9e4bd0c [include-fixer] A refactoring of IncludeFixerContext. by Haojian Wu · 9 years ago
  11. 39a718c [include-fixer] Always add as few as possible qualifiers to the unidentified symbol. by Haojian Wu · 9 years ago
  12. 0c05e2e [include-fixer] Correct an incorrecst judgement about prefix scoped qualifiers. by Haojian Wu · 9 years ago
  13. 68c34a0 [include-fixer] Implement adding missing namespace qualifiers in vim integration. by Haojian Wu · 9 years ago
  14. 5d9482d [include-fixer] Don't add qualifiers to symbols which have global scope operator. by Haojian Wu · 9 years ago
  15. 783d431 [include-fixer] Pull out Context implementation code to a cpp file. by Haojian Wu · 9 years ago