summaryrefslogtreecommitdiff
path: root/test/Driver/cl-options.c
Commit message (Expand)AuthorAge
* Add support for the /EP argument to clang-clHans Wennborg2014-06-13
* clang-cl: accept the /C option with /P (PR19978)Hans Wennborg2014-06-11
* clang-cl: Disable TBAA by default for MSVC compatibilityReid Kleckner2014-04-09
* clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer2014-04-07
* Add clang-cl alias to allow users to disable c4005Reid Kleckner2014-04-04
* Try to fix the cl-options.c test on ARM botsHans Wennborg2014-03-28
* clang-cl: make /Gy imply -fdata-sections in addition to -ffunction-sectionsHans Wennborg2014-03-25
* Driver: Map /Gy to -ffunction-sectionsDavid Majnemer2014-03-23
* Driver: cleanup /vd2 testDavid Majnemer2014-03-23
* clang-cl: use -fno-rtti by defaultHans Wennborg2014-02-25
* clang-cl: Parse the /d2Zi+ flag (PR18728)Hans Wennborg2014-02-18
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-11
* clang-cl: make /Zp a Joined option (PR18503)Hans Wennborg2014-01-22
* clang-cl: Support /P and /E (preprocess to file or stdout)Hans Wennborg2013-12-20
* clang-cl: Make the driver parse all(?) msvc flagsHans Wennborg2013-11-15
* clang-cl: parse the /Yc flag (PR17895)Hans Wennborg2013-11-12
* clang-cl: parse the /GT optionHans Wennborg2013-11-12
* clang-cl: Parse the /arch, /Yu and /Fp options (PR17736)Hans Wennborg2013-10-30
* Add support for the separate version of /FI.Rafael Espindola2013-10-29
* clang-cl: Mark /FA and /Fa as unsupported optionsHans Wennborg2013-10-11
* clang-cl: simplify the -m32 -m64 testHans Wennborg2013-10-10
* clang-cl: Expose the -m32 and -m64 command-line optionsHans Wennborg2013-10-10
* clang-cl: ignore the /sdl[-] flagHans Wennborg2013-10-08
* clang-cl: Add /FI (forced include) as an alias for -includeReid Kleckner2013-09-26
* clang-cl: ignore ths /GS- flagHans Wennborg2013-09-17
* cl-options.c just use touch to create that .obj fileHans Wennborg2013-09-17
* Fix test/Driver/cl-options.c testHans Wennborg2013-09-17
* clang-cl: ignore compile-only options in link-only invocations.Hans Wennborg2013-09-17
* clang-cl: ignore all /w<foo> optionsHans Wennborg2013-09-16
* clang-cl: parse (but don't support) the /o flagHans Wennborg2013-09-09
* clang-cl: ignore /RTC options (PR17129)Hans Wennborg2013-09-06
* Support suppressing unused arguments warnings as a core option so thatChandler Carruth2013-09-05
* clang-cl: Make -W a core option so we can adjust clang warnings.Reid Kleckner2013-09-03
* clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has bee...NAKAMURA Takumi2013-08-20
* clang-cl: Ignore the /wd n flag for disabling a warningReid Kleckner2013-08-19
* clang-cl: Add /MP[n] to the list of unsupported and ignored flagsReid Kleckner2013-08-19
* clang-cl: Expose the -Xclang optionHans Wennborg2013-08-19
* clang/test/Driver/cl-options.c: Suppress this on cygming due to -fno-builtin.NAKAMURA Takumi2013-08-10
* clang-cl: Support /showIncludesHans Wennborg2013-08-09
* clang-cl: Map /Oi[-] to -f[no-]builtinHans Wennborg2013-08-08
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-08
* clang-cl: Implement support for the /Fo optionHans Wennborg2013-08-06
* clang-cl: Implement the /Tc, /TC, /Tp and /TP options.Hans Wennborg2013-08-06
* Re-commit r187637: "clang-cl: add more options"Hans Wennborg2013-08-02
* Revert r187537 "clang-cl: add more options"Hans Wennborg2013-08-02
* clang-cl: add more optionsHans Wennborg2013-08-02
* clang-cl: add the /c, /W0 and /W1 optionsHans Wennborg2013-07-31