1. 3604359 Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to) update all clients to be able to handle failure. by Daniel Dunbar · 16 years ago
  2. 43adb7e Remove an unnecessary (I believe) exit() on error. by Daniel Dunbar · 16 years ago
  3. 2973c0e Move file-remapping logic into InitPreprocesor. No functionality change by Douglas Gregor · 16 years ago
  4. 716f0b3 Introduce a new clang-cc option by Douglas Gregor · 16 years ago
  5. 2968442 Extend the source manager with the ability to override the contents of by Douglas Gregor · 16 years ago
  6. 2b4074f Switch the clang-to-CIndex interface for code-completion to a binary format, for a massive speedup by Douglas Gregor · 16 years ago
  7. f79bafa This patch moves the frontend timer from clang-cc into CompilerInstance. by Kovarththanan Rajaratnam · 16 years ago
  8. fc97102 Fix refactoro, clang-cc wasn't properly reporting errors when opening an output file failed. by Daniel Dunbar · 16 years ago
  9. 049d3a0 Simplify PreprocessorOptions, it doesn't need abstracted field access. by Daniel Dunbar · 16 years ago
  10. 221c721 Shuffle VerifyDiagnosticsClient API to be less fragile. by Daniel Dunbar · 16 years ago
  11. ccb6cb6 Add CompilerInstance::InitializeSourceManager. by Daniel Dunbar · 16 years ago
  12. f79dced Switch -verify implementation to use VerifyDiagnosticClient. by Daniel Dunbar · 16 years ago
  13. 12ce694 Add ASTConsumer to CompilerInstance. by Daniel Dunbar · 16 years ago
  14. 8a9f569 Move CompilerInstance::set* methods out-of-line. by Daniel Dunbar · 16 years ago
  15. f482d59 Add CompilerInstance utility functions for creating output files. by Daniel Dunbar · 16 years ago
  16. a920483 Add output file list to CompilerInstance, so that it can track them instead of by Daniel Dunbar · 16 years ago
  17. c2f484f Add CodeCompletion consumer to CompilerInvocation. by Daniel Dunbar · 16 years ago
  18. 0f80039 Add CompilerInstance::createPCHExternalASTSource. by Daniel Dunbar · 16 years ago
  19. 5eb8100 Add ASTContext to CompilerInstance. by Daniel Dunbar · 16 years ago
  20. 0fbb3d9 Add CompilerInstance::createDiagnostics, and move clang-cc to it. by Daniel Dunbar · 16 years ago
  21. 22dacfa Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to by Daniel Dunbar · 16 years ago
  22. 16b7449 Add {File,Source}Manager to CompilerInstance. by Daniel Dunbar · 16 years ago
  23. 2a79e16 Add CompilerInstance, and starting moving clang-cc to it. by Daniel Dunbar · 16 years ago