summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-options.c
Commit message (Expand)AuthorAgeFilesLines
* clang-cl: Parse the /guard:cf[-] flag (PR25400)Hans Wennborg2015-11-041-0/+2
* Expose -f[no]ms-{compatibility,extensions} in clang-cl (PR25114)Hans Wennborg2015-10-081-0/+4
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-5/+13
* fix previous commitSaleem Abdulrasool2015-10-031-6/+6
* try to fix the ARM self host botsSaleem Abdulrasool2015-10-031-3/+6
* clang-cl: Don't warn on /bigobj flagNico Weber2015-09-181-0/+1
* [clang-cl] Only respect /Oy- for x86_32David Majnemer2015-08-251-2/+2
* [clang-cl] Add support for CL and _CL_ environment variablesDavid Majnemer2015-08-101-0/+6
* Add -gcodeview and -gdwarf to control which type Clang emitsReid Kleckner2015-08-051-0/+13
* [clang-cl] Handle -O correctlyDavid Majnemer2015-07-271-2/+13
* Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพYaron Keren2015-07-151-3/+0
* clang-cl: Add an alias for /wd4910Hans Wennborg2015-06-111-1/+2
* [clang-cl] Map /GA to -ftls-model=local-execDavid Majnemer2015-05-201-0/+3
* [clang-cl] Enable C++14 when targeting 2015 compatibilityDavid Majnemer2015-05-181-0/+6
* [clang-cl] Add /Qvec and /Qvec- to control vectorizationDavid Majnemer2015-05-141-0/+6
* Expose -fdiagnostics-parseable-fixits to clang-clHans Wennborg2015-04-211-0/+1
* clang-cl: support -fsyntax-only (PR23197)Hans Wennborg2015-04-151-0/+1
* clang-cl: Expose -f[no-]diagnostics-colorHans Wennborg2015-04-121-0/+2
* clang-cl: support -fno-color-diagnostics (PR23109)Hans Wennborg2015-04-111-0/+2
* clang-cl: support -fmacro-backtrace-limitHans Wennborg2015-04-111-3/+4
* clang-cl: Support the /fp options (PR23112)Hans Wennborg2015-04-081-1/+18
* MS ABI: Implement driver-level support for thread-safe staticsDavid Majnemer2015-03-221-0/+8
* clang-cl: Correctly ignore /openmp- (PR22748)Hans Wennborg2015-03-021-2/+4
* clang-cl: Ignore /Fd silentlyReid Kleckner2015-02-251-1/+1
* clang-cl: Map /wd4996 to -Wno-deprecated-declarationsReid Kleckner2015-02-171-3/+4
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-0/+6
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-6/+0
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-0/+6
* Implement command line options for stack probe spaceHans Wennborg2015-01-201-1/+7
* clang-cl: Various changes to /Zc: handling.Nico Weber2014-12-231-6/+0
* 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/+2
* clang-cl: Make /Gd ignored instead of unsupportedHans Wennborg2014-12-131-0/+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/+4
* clang-cl: Add support for /ZpDavid Majnemer2014-07-251-2/+6
* clang-cl: ignore /showIncludes when combined with /E (PR20336)Hans Wennborg2014-07-211-0/+4
* Don't use -msse2 in test/Driver/cl-options.cHans Wennborg2014-07-161-1/+0
* clang-cl: expand test coverage for "core" optionsHans Wennborg2014-07-161-2/+9
* clang-cl: make sure we still parse -fms-version= after r213119Hans Wennborg2014-07-161-0/+6
* clang-cl: Implement the -arch flagEhsan Akhgari2014-07-151-1/+0
* Require an x86 registered target for this test by splitting it outReid Kleckner2014-07-121-6/+0
* clang-cl: Make all x86 CPU feature flags available, such as -msse3Reid Kleckner2014-07-121-2/+4
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-3/+5
* clang-cl: Ignore /Zc:inline and /Zc:rvalueCastReid Kleckner2014-07-011-0/+2
* Add support for the /EP argument to clang-clHans Wennborg2014-06-131-1/+5
* clang-cl: accept the /C option with /P (PR19978)Hans Wennborg2014-06-111-2/+9
* clang-cl: Disable TBAA by default for MSVC compatibilityReid Kleckner2014-04-091-0/+8
* clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer2014-04-071-2/+6
* Add clang-cl alias to allow users to disable c4005Reid Kleckner2014-04-041-0/+4
OpenPOWER on IntegriCloud