Skip to content
  1. Jul 16, 2006
  2. Jul 05, 2006
  3. Jul 04, 2006
  4. Jul 02, 2006
  5. Jun 30, 2006
  6. Jun 29, 2006
  7. Jun 26, 2006
  8. Jun 21, 2006
  9. Jun 20, 2006
  10. Jun 18, 2006
    • Chris Lattner's avatar
      Make a fundamental change to the way we represent the location of LexerToken's. · d01e2913
      Chris Lattner authored
      Now, instead of keeping a pointer to the start of the token in memory, we keep the
      start of the token as a SourceLocation node.  This means that each LexerToken knows
      the full include stack it was created with, and means that the LexerToken isn't
      reliant on a "CurLexer" member to be around (lexer tokens would previously go out of
      scope when their lexers were deallocated).
      
      This simplifies several things, and forces good cleanup elsewhere.  Now the
      Preprocessor is the one that knows how to dump tokens/macros and is the one that
      knows how to get the spelling of a token (it has all the context).
      
      llvm-svn: 38551
      d01e2913
    • Chris Lattner's avatar
      Initial checkin of c-language parser · 22eb972f
      Chris Lattner authored
      llvm-svn: 38539
      22eb972f
Loading