1. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 14 years ago
  2. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 15 years ago
  3. 0c98670 Fix linking problem on Linux. by Zhongxing Xu · 15 years ago
  4. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago
  5. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  6. 3f693d2 Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet. by Daniel Dunbar · 15 years ago
  7. 2108577 Implement clang -cc1. by Daniel Dunbar · 15 years ago
  8. c88aa79 Put CompilerInvocation testing code in clang-cc instead of clang for now, I can't bear to link all of clang into 'clang' yet. :) by Daniel Dunbar · 15 years ago
  9. 217acbf Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. by Daniel Dunbar · 15 years ago
  10. f4961da Use TOOLALIAS so that clang++ gets 'built'. by Daniel Dunbar · 15 years ago
  11. f44c585 Push "clang-is-production" logic up to tools/driver, and make it hittable by by Daniel Dunbar · 15 years ago
  12. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 16 years ago
  13. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 16 years ago
  14. 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 16 years ago
  15. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
  16. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  17. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 16 years ago
  18. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 16 years ago