Patches to make the LLVM sources more -pedantic clean. Patch provided
[oota-llvm.git] / tools / llvmc / ConfigLexer.h
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2005-05-19 Reid SpencerFor PR514:
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-11-23 Reid SpencerSPACE is a legitimate token now, to separate option...
2004-10-28 Reid SpencerRemove the FORCE token, rename VERSION to VERSION_TOK...
2004-09-14 Reid SpencerSupport substitution options for the W, M, and f options.
2004-09-01 Reid SpencerMake sure <cassert> is included for platforms that...
2004-08-30 Reid SpencerImplement the "setIncludePaths" and "setSymbolDefines...
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-24 Reid Spencer- Alphabetize the list of token enumerators.
2004-08-22 Reid SpencerAdd the VERSION token.
2004-08-19 Reid SpencerImplement many new features for llvmc. This is the...
2004-08-15 Reid SpencerMore Functionality:
2004-08-14 Reid SpencerConverted to use flex for tokenizing input so we can...