summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Option.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Driver: Add Option flags.Daniel Dunbar2009-03-041-1/+4
| | | | llvm-svn: 66067
* Driver: Tweak Option::accept interface.Daniel Dunbar2009-03-041-10/+10
| | | | llvm-svn: 66066
* Driver: More Option implementation.Daniel Dunbar2009-03-041-24/+115
| | | | | | | | | | | - Add Options.def file, collects option information. - Actual option instantiation is handled lazily by OptTable to allow the driver to not need to instantiate all options. - cast<> support for Option, other minor tweaks. llvm-svn: 66028
* Sketch Driver Option classes.Daniel Dunbar2009-03-031-0/+89
llvm-svn: 65933
OpenPOWER on IntegriCloud