Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Option parsing: add support for alias arguments. | Hans Wennborg | 2013-07-31 | 1 | -2/+20 |
* | Silence gcc warning. | Richard Trieu | 2013-07-22 | 1 | -1/+1 |
* | Option parsing: allow aliases in groups | Hans Wennborg | 2013-07-22 | 1 | -6/+4 |
* | [Option] Add inclusion and exclusion flags to option parsing | Reid Kleckner | 2013-07-19 | 1 | -6/+22 |
* | Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator" | Reid Kleckner | 2013-07-15 | 1 | -11/+2 |
* | [Option] Store arg strings in a set backed by a BumpPtrAllocator | Reid Kleckner | 2013-07-15 | 1 | -2/+11 |
* | Fix a crash bug in dumping options with groups | Reid Kleckner | 2013-06-26 | 1 | -4/+6 |
* | Merge changes to clang's Driver code into LLVM's Option library | Reid Kleckner | 2013-06-13 | 2 | -7/+29 |
* | Resort the #include lines in include/... and lib/... with the | Chandler Carruth | 2013-01-02 | 4 | -7/+2 |
* | Copy clang/Driver/<Option parsing stuff> to llvm. | Michael J. Spencer | 2012-12-05 | 7 | -0/+1145 |