aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/Lexer.cpp
AgeCommit message (Expand)Author
2008-04-14Fix typoNate Begeman
2008-04-12don't diagnose empty source files, thanks Neil!Chris Lattner
2008-04-11don't read off the front of the buffer. Thanks to Sam for pointing this out.Chris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner