summaryrefslogtreecommitdiff
path: root/tools/llvmc/ConfigLexer.h
Commit message (Expand)AuthorAge
* silly cleanupChris Lattner2006-05-29
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* For PR514:Reid Spencer2005-05-19
* Remove trailing whitespaceMisha Brukman2005-04-22
* SPACE is a legitimate token now, to separate option words.Reid Spencer2004-11-23
* Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn'tReid Spencer2004-10-28
* Support substitution options for the W, M, and f options.Reid Spencer2004-09-14
* Make sure <cassert> is included for platforms that don't include it viaReid Spencer2004-09-01
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-30
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-29
* - Alphabetize the list of token enumerators.Reid Spencer2004-08-24
* Add the VERSION token.Reid Spencer2004-08-22
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-19
* More Functionality:Reid Spencer2004-08-15
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-14