1. 3854e78 Revert "Make clang-based tools find libc++ on MacOS" by Jonas Devlieghere · 7 years ago
  2. d8ebe79 Make clang-based tools find libc++ on MacOS by Ilya Biryukov · 7 years ago
  3. fc51490 Lift VFS from clang to llvm (NFC) by Jonas Devlieghere · 7 years ago
  4. afdadf5 Use vfs::FileSystem in ASTUnit when creating CompilerInvocation. by Ilya Biryukov · 8 years ago
  5. c46064c Method loadFromCommandLine should be able to report errors by Serge Pavlov · 8 years ago
  6. ea4395e Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
  7. 81d0829 Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" by David Blaikie · 9 years ago
  8. 9280a85 IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer by David Blaikie · 9 years ago
  9. d06239d [CUDA][OpenMP] Create generic offload action by Samuel Antao · 9 years ago
  10. 5a459f8 Rename Action::begin() to Action::input_begin(). by Nico Weber · 10 years ago
  11. c02670e [libclang] Add entry points that take a full command line including argv[0]. by Benjamin Kramer · 10 years ago
  12. 0ff05cd [cuda] Driver changes to compile and stitch together host and device-side CUDA code. by Artem Belevich · 10 years ago
  13. abbd6d6 This reverts commit r242058, r242065, r242067. by Rafael Espindola · 10 years ago
  14. cd42e7f [cuda] Driver changes to compile and stitch together host and device-side CUDA code. by Artem Belevich · 10 years ago
  15. aab9792 Driver: Use pointee_iterator rather than iterating over unique_ptrs by Justin Bogner · 11 years ago
  16. c11bf80 unique_ptrify JobList::Jobs by David Blaikie · 11 years ago
  17. f994cef Track IntrusiveRefCntPtr::get() changes from LLVM r212366 by Alp Toker · 11 years ago
  18. 49a2790 [C++11] Use 'nullptr'. Frontend edition. by Craig Topper · 11 years ago
  19. 1761f11 Eliminate DefaultImageName from the Driver constructor by Alp Toker · 11 years ago
  20. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  21. 9a16beb Change OwningPtr::take() to OwningPtr::release(). by Ahmed Charles · 12 years ago
  22. b212b34 Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. by Hans Wennborg · 12 years ago
  23. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
  24. f1b49e2 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
  25. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  26. b0448cd Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 13 years ago
  27. d0de8ce Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 13 years ago
  28. 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
  29. 3169e80 [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 13 years ago
  30. c95d819 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  31. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  32. e277899 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  33. e99b27f Let CompilerInvocation initialization indicate failure by Dylan Noblesmith · 14 years ago
  34. 8188c8a rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 14 years ago
  35. 05de029 Rip out flags for controlling C++ "production mode" separately. by Bob Wilson · 14 years ago
  36. 9c902b5 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
  37. 54b1677 Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder! by Chris Lattner · 14 years ago
  38. 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  39. e08bca9 Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase, by Eli Friedman · 14 years ago
  40. 02d32ae Add missing file for my previous commit. by Argyrios Kyrtzidis · 14 years ago