aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/ScratchBuffer.cpp
AgeCommit message (Expand)Author
2009-03-08add \n characters to the scratch buffer *before* returned tokens. Chris Lattner
2009-03-08simplify some logic by making ScratchBuffer handle the application of trailingChris Lattner
2009-01-26This change refactors some of the low-level lexer interfaces a bit.Chris Lattner
2009-01-26Check in the long promised SourceLocation rewrite. This lays theChris Lattner
2009-01-19Make some enums in SourceLocation private, remove a useless assertion from Sc...Chris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner