1. 662e8b5 Change Parser & Sema to use interned "super" for comparions. by Daniel Dunbar · 16 years ago
  2. 5253c7f Fix typo by Nate Begeman · 17 years ago
  3. b25e5d7 don't diagnose empty source files, thanks Neil! by Chris Lattner · 17 years ago
  4. 8fa3078 don't read off the front of the buffer. Thanks to Sam for pointing this out. by Chris Lattner · 17 years ago
  5. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Lex/Lexer.cpp]
  6. 146ccd4 Fix PR2090, a typo in digraph processing. by Chris Lattner · 17 years ago
  7. 3a57077 simplify the lexer a bit, pulling stuff out of the default case. by Chris Lattner · 17 years ago
  8. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  9. 53702cd add a helper method. by Chris Lattner · 17 years ago
  10. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  11. 95c062b Silenced a couple of VC++ warnings. by Hartmut Kaiser · 17 years ago
  12. 9a61194 Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
  13. 168ae2d Add a new type of lexer: a raw lexer, which does not require a preprocessor by Chris Lattner · 17 years ago
  14. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  15. 22f6bbc Switch lexer/pp over to new Token::is/isNot api by Chris Lattner · 17 years ago
  16. dbf388b implement the Token class in the Lexer.cpp file instead of IdentifierInfo.cpp by Chris Lattner · 17 years ago
  17. b812814 Eliminate some VC++ warnings, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  18. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  19. 448cec4 Change hte lexer to start a start pointer to the underlying by Chris Lattner · 17 years ago
  20. 409a036 split the slow path out of Lexer::getSourceLocation and do not let the by Chris Lattner · 17 years ago
  21. 8133cfc avoid recursion between SkipBCPLComment and SkipWhitespace. In cases like this: by Chris Lattner · 17 years ago
  22. 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
  23. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  24. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  25. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  26. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago