1. 1be9690 simplify this code a bit more. by Chris Lattner · 16 years ago
  2. 2149422 remove global variables for output stream. by Chris Lattner · 16 years ago
  3. 93b4f30 by Chris Lattner · 16 years ago
  4. e536215 Fix rdar://5843510 don't assert and die when an invalid output by Chris Lattner · 17 years ago
  5. 6619f66 Fix rdar://5846705: "clang -E foo.c -o foo.i" should remove foo.i on error. by Chris Lattner · 17 years ago
  6. efd02a3 Make -o work with -E, patch contributed by Shantonu Sen! by Chris Lattner · 17 years ago
  7. afa4012 avoid pasting L + "foo" into L"foo". by Chris Lattner · 17 years ago
  8. 400f024 avoid token pasting between identifiers and wide strings: by Chris Lattner · 17 years ago
  9. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  10. 17861c5 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  11. 968982d simplify the interfaces to ProcessInputFile and InitializePreprocessor by Chris Lattner · 17 years ago
  12. 6c45129 The flags on tokens indicate whether they are the start of a *physical* line, by Chris Lattner · 17 years ago
  13. 45ac817 Fix a pretty big but subtle bug counting the number of newlines to emit. by Chris Lattner · 17 years ago
  14. 890c593 fix a bunch of regressions I introduced :( by Chris Lattner · 17 years ago
  15. 3eddc86 clang -E should not print tokens from the predefines buffer. by Chris Lattner · 17 years ago
  16. d1f21e1 Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  17. 3b49415 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  18. a09a2c0 Add #ifdefs to make the source portable to windows. Patch contributed by Chris Lattner · 17 years ago
  19. 4b00965 Fix a couple of bugs, add some new cool stuff. by Chris Lattner · 17 years ago