1. b23ccec Misc typos fixes in ./lib folder by Raphael Isemann · 7 years ago
  2. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  3. f76f650 Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  4. 203e923 Fix a small bug in clang where generating some temporary files would have an extra period before the extension. by Argyrios Kyrtzidis · 10 years ago
  5. 611505f Use the simpler version of llvm::sys::fs::exists. by Rafael Espindola · 11 years ago
  6. dae941a Update for llvm api change. by Rafael Espindola · 11 years ago
  7. 1a1b156 Use std::unique_ptr in a few methods that take ownership. by Rafael Espindola · 11 years ago
  8. 2d2b420 Update for llvm api change. by Rafael Espindola · 11 years ago
  9. 37da619 Remove leftovers of '-arcmt-modify-in-memory' from r133315 by Alp Toker · 11 years ago
  10. 3ae0620 There is no std::errc:success, remove the llvm one. by Rafael Espindola · 11 years ago
  11. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  12. 4fbd373 Update for llvm api change. by Rafael Espindola · 12 years ago
  13. 30b8bf7 Use simpler version of fs::create_directory. by Rafael Espindola · 12 years ago
  14. 29cb66b Enforce safe usage of DiagnosticsEngine::getCustomDiagID() by Alp Toker · 12 years ago
  15. 2a00878 Use the simpler version of llvm::sys::fs::remove when possible. by Rafael Espindola · 12 years ago
  16. 884bee8 [arcmt] Remove some dead code. by Argyrios Kyrtzidis · 12 years ago
  17. 16125fb Update for llvm API change. by Rafael Espindola · 12 years ago
  18. a36e78e Use llvm::sys::fs::createTemporaryFile. by Rafael Espindola · 12 years ago
  19. 33d4330 Modernize some low-hanging PathV1 uses. by Benjamin Kramer · 12 years ago
  20. be51388 Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
  21. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  22. e81699d Move PreprocessorOptions into the Lex library, and make it intrusively by Douglas Gregor · 13 years ago
  23. dabed22 Fix use of uninitialized variable caught by GCC's -Wmaybe-uninitialized. by David Blaikie · 13 years ago
  24. e894e09 Simplify some users of DenseMap::erase. by Benjamin Kramer · 14 years ago
  25. f7639e1 Add new code migrator support for migrating existing Objective-C code to use by Ted Kremenek · 14 years ago
  26. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  27. e277899 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  28. 65e025c Remove unused variables. by Rafael Espindola · 14 years ago
  29. 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
  30. 79cfba1 Twinify. by Benjamin Kramer · 14 years ago
  31. 5be7a1c Try to unbreak the build on systems where uint64_t isn't something that StringRef::getAsInteger can handle as its second argument by Douglas Gregor · 14 years ago
  32. 1045430 [arcmt] Add a test case for r138671 and improve the loop. by Argyrios Kyrtzidis · 14 years ago
  33. 3da6bc1 [arcmt] Fix horrible bug where migrating files if there is a space in the paths by Argyrios Kyrtzidis · 14 years ago
  34. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  35. 3a1e336 [arcmt] Remove redundant has_error() check. by Argyrios Kyrtzidis · 14 years ago
  36. 0371ece [arcmt] Try fixing test/ARCMT/migrate.m for windows hosts. by Argyrios Kyrtzidis · 14 years ago
  37. 7fbd97f [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option. by Argyrios Kyrtzidis · 14 years ago
  38. d70fb98 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 14 years ago