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