]> granicus.if.org Git - clang/history - include/clang/Driver/Options.h
unique_ptrify createDriverOptTable
[clang] / include / clang / Driver / Options.h
2017-01-13 David Blaikieunique_ptrify createDriverOptTable
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-07-09 Alp Tokercc1as: consolidate option flags with cc1 and eliminate...
2013-08-01 Hans WennborgRemove the SUPPORT_ALIASARGS define
2013-07-31 Hans WennborgOption parsing tables: pick up AliasArgs from the OPTIO...
2013-07-31 Hans Wennborgclang-cl: add the /c, /W0 and /W1 options
2013-07-27 Hans Wennborgclang-cl: add support for the /? and /help options
2013-07-25 Hans WennborgOptions.td: fold the NoForward flag into DriverOption
2013-07-17 Hans WennborgOption parsing tables: remove some unnecessary #defines
2013-06-14 Reid Kleckner[Driver] Refactor clang driver to use LLVM's Option...
2012-10-22 Michael J. Spencer[Options] Add prefixes to options.
2009-11-19 Daniel DunbarDriver: Move INPUT and UNKNOWN sentinel options into...
2009-11-19 Daniel DunbarDriver: Switch to using TableGen'erated Options.inc...
2009-11-19 Daniel DunbarDriver: Split OptTable out into OptTable.{h,cpp}
2009-11-18 Daniel DunbarDriver: Rework OptTable to have no dependency on the...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-03-31 Daniel DunbarDriver: Add OptTable::getOptionKind.
2009-03-31 Daniel DunbarDriver: Add extra parameters for help text to option...
2009-03-25 Daniel DunbarDriver: Prep for tool chain specific argument translation.
2009-03-23 Daniel DunbarDriver: Check that options are ordered properly (outside of
2009-03-22 Daniel DunbarDriver: Implement 'missing argument' error.
2009-03-12 Daniel DunbarDriver: Tweak option naming/def:
2009-03-12 Daniel DunbarDriver: Reorder arguments in Options.def so option...
2009-03-04 Daniel DunbarDriver: Add OptTable::ParseOneArg.
2009-03-04 Daniel DunbarDriver: Option's need to know their ID.
2009-03-04 Daniel DunbarDriver: More Option implementation.