1. b812814 Eliminate some VC++ warnings, patch by Hartmut Kaiser! by Chris Lattner · 17 years ago
  2. d8e3083 Use a smallstring instead of an std::string in FileChanged to avoid some malloc traffic. by Chris Lattner · 17 years ago
  3. 448cec4 Change hte lexer to start a start pointer to the underlying by Chris Lattner · 17 years ago
  4. 409a036 split the slow path out of Lexer::getSourceLocation and do not let the by Chris Lattner · 17 years ago
  5. 8133cfc avoid recursion between SkipBCPLComment and SkipWhitespace. In cases like this: by Chris Lattner · 17 years ago
  6. 8146b68 Fix a lexer bug where we incorrectly rejected int i = /*/ */ 1; by Chris Lattner · 17 years ago
  7. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 17 years ago
  8. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 17 years ago
  9. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 17 years ago
  10. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago