llvm-project/clang/Lex
Chris Lattner 8bbfe46475 Fix Preprocessor/_Pragma-physloc.c, by making sure that the returned location
of the token is relative to the start of the buffer, not relative to the start
position of the lexer.

llvm-svn: 38614
2006-07-02 22:27:49 +00:00
..
IdentifierTable.cpp Finish implementation of #pragma once. Implement #pragma GCC poison. 2006-06-24 22:12:56 +00:00
Lexer.cpp Fix Preprocessor/_Pragma-physloc.c, by making sure that the returned location 2006-07-02 22:27:49 +00:00
MacroExpander.cpp Implement the __TIME__ and __DATE__ builtin macros. 2006-06-30 06:10:41 +00:00
MacroInfo.cpp Make a fundamental change to the way we represent the location of LexerToken's. 2006-06-18 16:22:51 +00:00
Makefile Initial checkin of c-language parser 2006-06-18 05:43:12 +00:00
PPExpressions.cpp Make a fundamental change to the way we represent the location of LexerToken's. 2006-06-18 16:22:51 +00:00
Pragma.cpp Finish implementation of #pragma once. Implement #pragma GCC poison. 2006-06-24 22:12:56 +00:00
Preprocessor.cpp Fix some minor issues with _Pragma 2006-07-02 21:32:47 +00:00
ScratchBuffer.cpp Use a new helper to do this much more simply. 2006-06-30 06:14:45 +00:00