aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/ConfigLexer.h
Commit message (Expand)AuthorAgeFilesLines
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* silly cleanupChris Lattner2006-05-291-1/+2
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* For PR514:Reid Spencer2005-05-191-47/+55
* Remove trailing whitespaceMisha Brukman2005-04-221-5/+5
* SPACE is a legitimate token now, to separate option words.Reid Spencer2004-11-231-0/+1
* Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn'tReid Spencer2004-10-281-2/+1
* Support substitution options for the W, M, and f options.Reid Spencer2004-09-141-0/+3
* Make sure <cassert> is included for platforms that don't include it viaReid Spencer2004-09-011-0/+1
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-301-0/+3
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-291-0/+2
* - Alphabetize the list of token enumerators.Reid Spencer2004-08-241-29/+32
* Add the VERSION token.Reid Spencer2004-08-221-0/+1
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-191-3/+10
* More Functionality:Reid Spencer2004-08-151-2/+9
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-141-0/+77