summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Option/OptTable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes to clang's Driver code into LLVM's Option libraryReid Kleckner2013-06-131-7/+14
| | | | | | | | | | | | This is in preparation for switching the clang driver over to using LLVM's Option library. Richard Smith introduced most of these changes to the clang driver in r167638. Reviewers: espindola on IRC Differential Revision: http://llvm-reviews.chandlerc.com/D970 llvm-svn: 183925
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-2/+1
| | | | | | | | | | utils/sort_includes.py script. Most of these are updating the new R600 target and fixing up a few regressions that have creeped in since the last time I sorted the includes. llvm-svn: 171362
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-051-0/+388
llvm-svn: 169344
OpenPOWER on IntegriCloud