1. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
  2. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  3. 17c874a Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag and by Rafael Espindola · 13 years ago
  4. 64c4f29 Remove code to fall back to llvm-gcc for i386 kexts. by Bob Wilson · 13 years ago
  5. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
  6. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 13 years ago
  7. c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
  8. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  9. 6f42b62 Basic: import OwningPtr<> into clang namespace by Dylan Noblesmith · 14 years ago
  10. 8fdb6de Let CompilerInvocation initialization indicate failure by Dylan Noblesmith · 14 years ago
  11. 5d8b954 rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 14 years ago
  12. 10a82cd Rip out flags for controlling C++ "production mode" separately. by Bob Wilson · 14 years ago
  13. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 14 years ago
  14. 2d3ba4f Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder! by Chris Lattner · 14 years ago
  15. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
  16. 4d50934 Fix the clang part of PR7952: rewrite the specialization of isa<> in DeclBase, by Eli Friedman · 14 years ago
  17. ea383c0 Add missing file for my previous commit. by Argyrios Kyrtzidis · 14 years ago