1. 24bc6a4 Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer flags" by Yuka Takahashi · 8 years ago
  2. a93f087 Revert r311552: [Bash-autocompletion] Add support for static analyzer flags by Rui Ueyama · 8 years ago
  3. 5e7071f [Bash-autocompletion] Add support for static analyzer flags by Yuka Takahashi · 8 years ago
  4. ba5d4af [GSoC] Flag value completion for clang by Yuka Takahashi · 8 years ago
  5. 0aaa762 unique_ptrify createDriverOptTable by David Blaikie · 9 years ago
  6. 2f6e21e Update clang to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC by Craig Topper · 10 years ago
  7. 39afc19 Remove the SUPPORT_ALIASARGS define by Hans Wennborg · 12 years ago
  8. 212e7ec Option parsing tables: pick up AliasArgs from the OPTION macro. by Hans Wennborg · 12 years ago
  9. fb624ce Option parsing tables: remove some unnecessary #defines by Hans Wennborg · 12 years ago
  10. e5ce831 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 12 years ago
  11. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
  12. 929fccd [Options] Add prefixes to options. by Michael J. Spencer · 13 years ago
  13. 9d1221a [Options] Store the option ID in OptTable::Info. by Michael J. Spencer · 13 years ago
  14. e889bb1 Pack struct better. by Benjamin Kramer · 14 years ago
  15. 6da9077 Remove stray emacs mode markers in all these files that was causing emacs to by Nick Lewycky · 15 years ago
  16. 221c1fd spread 'const' love to some variables. this considerably reduces the amount of dirty data around. by Nuno Lopes · 16 years ago
  17. 8c9efca Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file. by Daniel Dunbar · 16 years ago
  18. 46fffee Driver: Switch to using TableGen'erated Options.inc instead of Options.def file. by Daniel Dunbar · 16 years ago
  19. aa76737 Driver: Split OptTable out into OptTable.{h,cpp} by Daniel Dunbar · 16 years ago