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