summaryrefslogtreecommitdiff
path: root/include/clang/Driver/CLCompatOptions.td
Commit message (Expand)AuthorAge
* Add support for the /Fi argument to clang-cl (PR20036)Hans Wennborg2014-06-17
* Add support for the /EP argument to clang-clHans Wennborg2014-06-13
* clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer2014-04-07
* Add clang-cl alias to allow users to disable c4005Reid Kleckner2014-04-04
* Driver: Fix a typo in a command line descriptionDavid Majnemer2014-03-24
* Driver: Map /Gy to -ffunction-sectionsDavid Majnemer2014-03-23
* clang-cl: Parse the /d2Zi+ flag (PR18728)Hans Wennborg2014-02-18
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-12
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-11
* clang-cl: Alias /Zi and /Z7 to -gline-tables-onlyReid Kleckner2014-02-08
* 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: Hide ignored joined flags as wellAlp Toker2013-11-06
* clang-cl: Hide ignored flagsAlp Toker2013-11-06
* clang-cl: Add /FS as an ignored flagAlp Toker2013-11-06
* 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: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-17
* clang-cl: Mark /FA and /Fa as unsupported optionsHans Wennborg2013-10-11
* clang-cl: ignore the /sdl[-] flagHans Wennborg2013-10-08
* clang-cl: Accept and mostly ignore /vm*, /GF, /GF-, /Zm, and /bigobjReid Kleckner2013-10-07
* clang-cl: Add /FI (forced include) as an alias for -includeReid Kleckner2013-09-26
* clang-cl: implement /fallback modeHans Wennborg2013-09-19
* clang-cl: ignore ths /GS- flagHans 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: Warn about overriding /MD with /MT etc.Hans Wennborg2013-09-11
* clang-cl: Support building DLLs (PR17083)Hans Wennborg2013-09-10
* clang-cl: parse (but don't support) the /o flagHans Wennborg2013-09-09
* clang-cl: ignore /RTC options (PR17129)Hans Wennborg2013-09-06
* 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: Support /link option and set target to win32Hans Wennborg2013-08-13
* clang-cl: Support the /Fe optionHans Wennborg2013-08-12
* clang-cl: Support /showIncludesHans Wennborg2013-08-09
* clang-cl: Map /Oi[-] to -f[no-]builtinHans Wennborg2013-08-08
* Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency"Reid Kleckner2013-08-08
* clang-cl: Hook up /Za to prevent adding oldnames.lib dependencyHans 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
* clang-cl: add support for the /? and /help optionsHans Wennborg2013-07-27