summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-options.c
Commit message (Expand)AuthorAgeFilesLines
* driver: Allow -fdebug-compilation-dir=foo in joined form.Nico Weber2020-01-101-0/+1
* [Driver] Default to -momit-leaf-frame-pointer for AArch64Fangrui Song2019-12-131-1/+1
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-2/+7
* [clang] Accept -ftrivial-auto-var-init in clang-clVitaly Buka2019-10-071-0/+2
* clang-cl: Ignore the new /ZH optionsHans Wennborg2019-10-071-0/+3
* Revert r369402 "win: Enable /Zc:twoPhase by default if targeting MSVC 2017 up...Hans Wennborg2019-08-221-12/+6
* win: Enable /Zc:twoPhase by default if targeting MSVC 2017 update 3 or newerNico Weber2019-08-201-6/+12
* [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen2019-07-201-11/+7
* [Driver] Refactor interaction between -f(no-)?omit-frame-pointer and -m(no-)?...Fangrui Song2019-07-121-5/+5
* Let unaliased Args track which Alias they were created from, and use that in ...Nico Weber2019-07-091-3/+3
* clang-cl: Make /d1reportAllClassLayout actually work and improve testNico Weber2019-07-021-1/+4
* Promote -fdebug-compilation-dir from a cc1 flag to clang and clang-cl driver ...Nico Weber2019-06-171-0/+1
* Driver: support `/Zc:char8_t` and `/Zc:char8_t-`Saleem Abdulrasool2019-05-281-0/+7
* [Driver][Windows] Add dependent lib argument for -fprofile-generate and -fcs-...Russell Gallop2019-05-221-4/+8
* ftime-trace as a CoreOptionAlexandre Ganea2019-05-161-0/+1
* [Driver][Windows] Add dependent lib argument for profile instr generateRussell Gallop2019-05-141-1/+1
* clang-cl: Parse /openmp:experimentalHans Wennborg2019-04-171-0/+1
* clang-cl: Fix parsing of the /F option (PR41405)Hans Wennborg2019-04-101-1/+1
* clang-cl: Expose -fprofile-generate and -fcs-profile-generate (PR41252)Hans Wennborg2019-03-291-0/+7
* clang-cl : Parse all /d2 optionsHans Wennborg2019-03-081-0/+1
* clang-cl: Parse /Qspectre and a few other missing options (PR40964)Hans Wennborg2019-03-061-0/+5
* [clang-cl] Whitelist -fbracket-depth=123 in clang-clReid Kleckner2019-02-211-0/+1
* [clang-cl] support /Oy- on aarch64Martin Storsjo2019-02-071-0/+4
* [clang-cl] Ignore space-separated /AI argumentsReid Kleckner2019-01-241-0/+1
* [clang-cl] Do not allow using both /Zc:dllexportInlines- and /fallback flagTakuto Ikuta2018-11-131-1/+1
* [clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...Takuto Ikuta2018-11-091-0/+2
* clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg2018-11-081-0/+14
* Add /Zc:DllexportInlines option to clang-clTakuto Ikuta2018-11-031-0/+5
* [clang-cl] Make /Gs imply default stack probes, not /Gs0 (PR39074)Hans Wennborg2018-09-261-1/+1
* cl-options.c: Fix negative -cfguard checkHans Wennborg2018-09-181-1/+1
* [clang-cl] Enable -march optionAlexandre Ganea2018-09-101-0/+1
* clang-cl: Expose -fno-crash-diagnostics (PR38574)Hans Wennborg2018-08-171-0/+1
* clang-cl: accept -fcrash-diagnostics-dir=Hans Wennborg2018-08-101-0/+1
* clang-cl: Support /guard:cf,nochecksHans Wennborg2018-08-101-2/+12
* clang-cl: Parse the new /JMC flagHans Wennborg2018-08-061-0/+1
* [clang-cl] Expose -fblocks and -fno-builtin as driver flagsReid Kleckner2018-07-231-0/+5
* Remove redundant -fno-coverage-mapping added in r333761 (already added in r33...Nico Weber2018-06-011-1/+0
* clang-cl: Expose -no-canonical-prefixesNico Weber2018-06-011-0/+2
* add test for r332053Nico Weber2018-05-291-0/+2
* Revert "[Driver] Use -fuse-line-directives by default in MSVC mode"Martin Storsjo2018-05-091-1/+0
* [Driver] Use -fuse-line-directives by default in MSVC modeMartin Storsjo2018-05-071-0/+1
* [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...Erich Keane2018-05-041-4/+2
* clang-cl: Expose -fmerge-all-constantsHans Wennborg2018-04-301-0/+1
* clang-cl: Accept (and ignore) /Zc:__cplusplus.Nico Weber2018-04-201-0/+9
* clang-cl: Make /d1PP an alias for -dD (PR36446)Hans Wennborg2018-02-201-0/+3
* clang-cl: Parse /permissive-, /Bt, Bt+ (PR32672)Hans Wennborg2018-01-241-0/+3
* [clang-cl] Alias /Wall to -WeverythingReid Kleckner2017-11-271-1/+2
* clang-cl: Expose --version.Nico Weber2017-10-231-0/+1
* Allow /showIncludes with /PErich Keane2017-10-201-0/+4
* Fix test case regresstion from rL315864Martell Malone2017-10-151-1/+1
OpenPOWER on IntegriCloud