summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-options.c
Commit message (Expand)AuthorAgeFilesLines
* clang-cl: make /Gy imply -fdata-sections in addition to -ffunction-sectionsHans Wennborg2014-03-251-0/+2
* Driver: Map /Gy to -ffunction-sectionsDavid Majnemer2014-03-231-2/+6
* Driver: cleanup /vd2 testDavid Majnemer2014-03-231-1/+3
* clang-cl: use -fno-rtti by defaultHans Wennborg2014-02-251-0/+6
* clang-cl: Parse the /d2Zi+ flag (PR18728)Hans Wennborg2014-02-181-0/+1
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-4/+18
* clang-cl: make /Zp a Joined option (PR18503)Hans Wennborg2014-01-221-0/+1
* clang-cl: Support /P and /E (preprocess to file or stdout)Hans Wennborg2013-12-201-4/+4
* clang-cl: Make the driver parse all(?) msvc flagsHans Wennborg2013-11-151-12/+109
* clang-cl: parse the /Yc flag (PR17895)Hans Wennborg2013-11-121-1/+1
* clang-cl: parse the /GT optionHans Wennborg2013-11-121-1/+1
* clang-cl: Parse the /arch, /Yu and /Fp options (PR17736)Hans Wennborg2013-10-301-0/+1
* Add support for the separate version of /FI.Rafael Espindola2013-10-291-0/+3
* clang-cl: Mark /FA and /Fa as unsupported optionsHans Wennborg2013-10-111-0/+1
* clang-cl: simplify the -m32 -m64 testHans Wennborg2013-10-101-4/+1
* clang-cl: Expose the -m32 and -m64 command-line optionsHans Wennborg2013-10-101-0/+7
* clang-cl: ignore the /sdl[-] flagHans Wennborg2013-10-081-0/+1
* clang-cl: Add /FI (forced include) as an alias for -includeReid Kleckner2013-09-261-3/+6
* clang-cl: ignore ths /GS- flagHans Wennborg2013-09-171-1/+1
* cl-options.c just use touch to create that .obj fileHans Wennborg2013-09-171-1/+1
* Fix test/Driver/cl-options.c testHans Wennborg2013-09-171-1/+1
* clang-cl: ignore compile-only options in link-only invocations.Hans Wennborg2013-09-171-0/+10
* clang-cl: ignore all /w<foo> optionsHans Wennborg2013-09-161-1/+1
* clang-cl: parse (but don't support) the /o flagHans Wennborg2013-09-091-0/+1
* clang-cl: ignore /RTC options (PR17129)Hans Wennborg2013-09-061-2/+2
* Support suppressing unused arguments warnings as a core option so thatChandler Carruth2013-09-051-0/+4
* clang-cl: Make -W a core option so we can adjust clang warnings.Reid Kleckner2013-09-031-0/+4
* clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has bee...NAKAMURA Takumi2013-08-201-2/+0
* clang-cl: Ignore the /wd n flag for disabling a warningReid Kleckner2013-08-191-1/+1
* clang-cl: Add /MP[n] to the list of unsupported and ignored flagsReid Kleckner2013-08-191-1/+1
* clang-cl: Expose the -Xclang optionHans Wennborg2013-08-191-0/+6
* clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin.NAKAMURA Takumi2013-08-101-0/+2
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-1/+4
* clang-cl: Map /Oi[-] to -f[no-]builtinHans Wennborg2013-08-081-1/+7
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-081-1/+1
* clang-cl: Implement support for the /Fo optionHans Wennborg2013-08-061-1/+1
* clang-cl: Implement the /Tc, /TC, /Tp and /TP options.Hans Wennborg2013-08-061-1/+1
* Re-commit r187637: "clang-cl: add more options"Hans Wennborg2013-08-021-6/+90
* Revert r187537 "clang-cl: add more options"Hans Wennborg2013-08-021-87/+6
* clang-cl: add more optionsHans Wennborg2013-08-021-6/+87
* clang-cl: add the /c, /W0 and /W1 optionsHans Wennborg2013-07-311-0/+10
OpenPOWER on IntegriCloud