hanchenye-llvm-project/clang/Lex
Steve Naroff 68754c59bc Since we are all working on Leopard, change the built-in MacOS X version number (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) to target Leopard. This is only a short term solution, until the clang driver implements the "-mmacosx-version-min" flag (which will compute this value based on the target).
llvm-svn: 43981
2007-11-10 18:06:36 +00:00
..
HeaderSearch.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
Lexer.cpp Silenced a couple of VC++ warnings. 2007-10-18 12:47:01 +00:00
LiteralSupport.cpp Add support for Pascal strings. 2007-10-15 02:50:23 +00:00
MacroExpander.cpp Switch lexer/pp over to new Token::is/isNot api 2007-10-09 18:02:16 +00:00
MacroInfo.cpp At one point there were going to be lexer and parser tokens. 2007-07-20 16:59:19 +00:00
Makefile Add altivec version of block comment skipping code. 2006-10-30 20:01:22 +00:00
PPExpressions.cpp Switch lexer/pp over to new Token::is/isNot api 2007-10-09 18:02:16 +00:00
Pragma.cpp Switch lexer/pp over to new Token::is/isNot api 2007-10-09 18:02:16 +00:00
Preprocessor.cpp Since we are all working on Leopard, change the built-in MacOS X version number (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) to target Leopard. This is only a short term solution, until the clang driver implements the "-mmacosx-version-min" flag (which will compute this value based on the target). 2007-11-10 18:06:36 +00:00
ScratchBuffer.cpp Reimplement SourceLocation. Instead of having a 2007-07-20 16:37:10 +00:00