1. 48f4753 Remove unused function declaration. by Daniel Dunbar · 16 years ago
  2. e10b0f2 "One" line fix for -parse-noop failure, "id" and several other things by Daniel Dunbar · 16 years ago
  3. 879c3ea Remove unneeded CheckASTConsumer function. - No functionality change. by Daniel Dunbar · 16 years ago
  4. 750c358 Add initial dependency file generation support. Patch by Kovarththanan by Daniel Dunbar · 16 years ago
  5. 8588896 Added the start of a prototype implementation of PCH based on token caching. by Ted Kremenek · 16 years ago
  6. b13c5ee Add a new -rewrite-test option, which is basically a by Chris Lattner · 16 years ago
  7. 14d4140 Allow -parse-noop -verify options to be used together. by Argyrios Kyrtzidis · 16 years ago
  8. 0951052 make #if 0 code compile, even though it still isn't very useful. by Chris Lattner · 16 years ago
  9. b57e3d4 start implementation of a macro rewriter, this is currently just stubbed out. by Chris Lattner · 16 years ago
  10. e988bc2 Make -o work with -E, patch contributed by Shantonu Sen! by Chris Lattner · 16 years ago
  11. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  12. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  13. dee7359 simplify the interfaces to ProcessInputFile and InitializePreprocessor by Chris Lattner · 17 years ago
  14. bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago
  15. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  16. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  17. ae36076 Implemented initial support for "-triple" option to the clang driver. This by Ted Kremenek · 17 years ago
  18. b4292f2 by Steve Naroff · 17 years ago
  19. 42e04c7 Removed inclusion of <memory>, which is no longer needed since we by Ted Kremenek · 17 years ago
  20. d39bcd8 Refactored driver so that any action that is implemented using an by Ted Kremenek · 17 years ago
  21. 4457978 Added "CheckASTConsumer", a function that generalizes by Ted Kremenek · 17 years ago
  22. 717e7e3 silence VC++ warnings, patch by Hartmut Kaiser by Chris Lattner · 17 years ago
  23. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago