aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/DriverOptions.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-04[Driver] Use shared singleton instance of DriverOptTableIlya Biryukov1-7/+10
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-08-29Revert "Revert r311552: [Bash-autocompletion] Add support for static analyzer...Yuka Takahashi1-1/+10
2017-08-23Revert r311552: [Bash-autocompletion] Add support for static analyzer flagsRui Ueyama1-10/+1
2017-08-23[Bash-autocompletion] Add support for static analyzer flagsYuka Takahashi1-1/+10
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi1-4/+4
2017-01-13unique_ptrify createDriverOptTableDavid Blaikie1-2/+2
2015-10-21Update clang to match llvm r250901. OptTable constructor now takes an ArrayRe...Craig Topper1-1/+1
2013-08-01Remove the SUPPORT_ALIASARGS defineHans Wennborg1-2/+0
2013-07-31Option parsing tables: pick up AliasArgs from the OPTION macro.Hans Wennborg1-2/+4
2013-07-17Option parsing tables: remove some unnecessary #definesHans Wennborg1-5/+2
2013-07-15Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper1-1/+2
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-2/+3
2012-10-22[Options] Add prefixes to options.Michael J. Spencer1-3/+11
2012-09-25[Options] Store the option ID in OptTable::Info.Michael J. Spencer1-1/+1
2011-10-22Pack struct better.Benjamin Kramer1-1/+1
2010-12-31Remove stray emacs mode markers in all these files that was causing emacs toNick Lewycky1-1/+1
2009-12-10spread 'const' love to some variables. this considerably reduces the amount o...Nuno Lopes1-1/+1
2009-11-19Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file.Daniel Dunbar1-5/+0
2009-11-19Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.Daniel Dunbar1-1/+1
2009-11-19Driver: Split OptTable out into OptTable.{h,cpp}Daniel Dunbar1-0/+42