summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/CLCompatOptions.td
Commit message (Expand)AuthorAgeFilesLines
* clang-cl: Various changes to /Zc: handling.Nico Weber2014-12-231-0/+8
* clang-cl: Fix handling of the /volatile flag (PR21893)Hans Wennborg2014-12-131-1/+2
* clang-cl: ignore /cgthreads (PR21894)Hans Wennborg2014-12-131-0/+1
* clang-cl: Make /Gd ignored instead of unsupportedHans Wennborg2014-12-131-1/+1
* clang-cl: Add unsupported /Gv option (PR21892)Hans Wennborg2014-12-131-0/+1
* clang-cl: Ignore the new /Zo[-] option (PR21571)Hans Wennborg2014-11-141-1/+3
* clang-cl: Add support for the /o option for object files, executables, and pr...Ehsan Akhgari2014-09-111-1/+3
* clang-cl: Add support for /ZpDavid Majnemer2014-07-251-1/+6
* clang-cl: Implement the -arch flagEhsan Akhgari2014-07-151-1/+3
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-2/+2
* clang-cl: Ignore /Zc:inline and /Zc:rvalueCastReid Kleckner2014-07-011-0/+2
* clang-cl: Map /EHs- to -fno-exceptionsReid Kleckner2014-06-271-1/+1
* Add support for the /Fi argument to clang-cl (PR20036)Hans Wennborg2014-06-171-1/+3
* Add support for the /EP argument to clang-clHans Wennborg2014-06-131-1/+2
* clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer2014-04-071-0/+4
* Add clang-cl alias to allow users to disable c4005Reid Kleckner2014-04-041-0/+2
* Driver: Fix a typo in a command line descriptionDavid Majnemer2014-03-241-2/+2
* Driver: Map /Gy to -ffunction-sectionsDavid Majnemer2014-03-231-2/+4
* clang-cl: Parse the /d2Zi+ flag (PR18728)Hans Wennborg2014-02-181-0/+1
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-1/+2
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-5/+10
* clang-cl: Alias /Zi and /Z7 to -gline-tables-onlyReid Kleckner2014-02-081-2/+3
* clang-cl: make /Zp a Joined option (PR18503)Hans Wennborg2014-01-221-1/+1
* clang-cl: Support /P and /E (preprocess to file or stdout)Hans Wennborg2013-12-201-2/+2
* clang-cl: Make the driver parse all(?) msvc flagsHans Wennborg2013-11-151-2/+57
* clang-cl: parse the /Yc flag (PR17895)Hans Wennborg2013-11-121-0/+1
* clang-cl: parse the /GT optionHans Wennborg2013-11-121-0/+1
* clang-cl: Hide ignored joined flags as wellAlp Toker2013-11-061-1/+1
* clang-cl: Hide ignored flagsAlp Toker2013-11-061-1/+1
* clang-cl: Add /FS as an ignored flagAlp Toker2013-11-061-0/+1
* clang-cl: Parse the /arch, /Yu and /Fp options (PR17736)Hans Wennborg2013-10-301-0/+3
* Add support for the separate version of /FI.Rafael Espindola2013-10-291-1/+1
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-171-2/+6
* clang-cl: Mark /FA and /Fa as unsupported optionsHans Wennborg2013-10-111-0/+2
* clang-cl: ignore the /sdl[-] flagHans Wennborg2013-10-081-0/+2
* clang-cl: Accept and mostly ignore /vm*, /GF, /GF-, /Zm, and /bigobjReid Kleckner2013-10-071-1/+11
* clang-cl: Add /FI (forced include) as an alias for -includeReid Kleckner2013-09-261-0/+2
* clang-cl: implement /fallback modeHans Wennborg2013-09-191-0/+2
* clang-cl: ignore ths /GS- flagHans Wennborg2013-09-171-0/+1
* clang-cl: ignore compile-only options in link-only invocations.Hans Wennborg2013-09-171-8/+23
* clang-cl: ignore all /w<foo> optionsHans Wennborg2013-09-161-2/+1
* clang-cl: Warn about overriding /MD with /MT etc.Hans Wennborg2013-09-111-6/+10
* clang-cl: Support building DLLs (PR17083)Hans Wennborg2013-09-101-0/+2
* 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-1/+1
* clang-cl: Ignore the /wd n flag for disabling a warningReid Kleckner2013-08-191-0/+1
* clang-cl: Add /MP[n] to the list of unsupported and ignored flagsReid Kleckner2013-08-191-0/+1
* clang-cl: Support /link option and set target to win32Hans Wennborg2013-08-131-0/+5
* clang-cl: Support the /Fe optionHans Wennborg2013-08-121-0/+3
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-1/+3