Commit History

Author SHA1 Message Date
  Ilya Biryukov f521f90c44 [Driver] Use shared singleton instance of DriverOptTable 6 years ago
  Jonas Devlieghere 49a6b09101 [Clang] Migrate llvm::make_unique to std::make_unique 6 years ago
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Yuka Takahashi d21231c440 Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer flags" 8 years ago
  Rui Ueyama 6fe799373a Revert r311552: [Bash-autocompletion] Add support for static analyzer flags 8 years ago
  Yuka Takahashi ecfb2759da [Bash-autocompletion] Add support for static analyzer flags 8 years ago
  Yuka Takahashi f5f37badaf [GSoC] Flag value completion for clang 8 years ago
  David Blaikie 54d8d8479c unique_ptrify createDriverOptTable 8 years ago
  Craig Topper 3bd5b9d461 Update clang to match llvm r250901. OptTable constructor now takes an ArrayRef. NFC 9 years ago
  Hans Wennborg d145ce71fb Remove the SUPPORT_ALIASARGS define 12 years ago
  Hans Wennborg 438292860a Option parsing tables: pick up AliasArgs from the OPTION macro. 12 years ago
  Hans Wennborg b17a2c1198 Option parsing tables: remove some unnecessary #defines 12 years ago
  Craig Topper b960232518 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 12 years ago
  Reid Kleckner b1e25a1bc0 [Driver] Refactor clang driver to use LLVM's Option library 12 years ago
  Michael J. Spencer c635710bcb [Options] Add prefixes to options. 13 years ago
  Michael J. Spencer 663117ab56 [Options] Store the option ID in OptTable::Info. 13 years ago
  Benjamin Kramer f634bcece3 Pack struct better. 14 years ago
  Nick Lewycky 3fdcc6fb12 Remove stray emacs mode markers in all these files that was causing emacs to 14 years ago
  Nuno Lopes 68f7a24262 spread 'const' love to some variables. this considerably reduces the amount of dirty data around. 15 years ago
  Daniel Dunbar a08304a38c Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file. 15 years ago
  Daniel Dunbar 64bdce3f02 Driver: Switch to using TableGen'erated Options.inc instead of Options.def file. 15 years ago
  Daniel Dunbar 27e738d0d3 Driver: Split OptTable out into OptTable.{h,cpp} 15 years ago