summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-options.c
Commit message (Expand)AuthorAgeFilesLines
...
* [driver] [cl] Add/fix c++17/c++latestMartell Malone2017-10-151-1/+4
* [clang-cl] Claim ignored /O[12xd] argumentsReid Kleckner2017-10-031-0/+3
* clang-cl: Alias /d1reportAllClassLayout to -fdump-record-layouts (PR32826)Hans Wennborg2017-04-271-0/+3
* clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)Hans Wennborg2017-04-171-0/+3
* enable -flto=thin in clang-clBob Haarman2017-02-271-0/+9
* clang-cl: Warn about /U flags that look like filenames (PR31662)Hans Wennborg2017-01-271-0/+6
* Address review comments on r290392:Chandler Carruth2017-01-121-1/+1
* Support -fno-delayed-template-parsing in clang-cl.exeReid Kleckner2017-01-041-0/+8
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* make -fprofile-instr-generate and -fprofile-instr-use work with clang-clBob Haarman2016-11-301-0/+13
* clang-cl: Expose the -flto optionHans Wennborg2016-10-041-0/+1
* [clang-cl] Accept the joined equals version of -resource-dir=Reid Kleckner2016-09-141-1/+2
* Make -fstandalone-debug and -flimit-debug-info available in clang-clReid Kleckner2016-09-091-0/+2
* [clang-cl] Check that we are in clang cl mode before enabling support for the...Pierre Gousseau2016-09-061-0/+2
* clang-cl: Support MSVC2015's /validate-charset flag.Nico Weber2016-08-261-0/+6
* clang-cl: Accept MSVC2015's '/utf-8' flag.Nico Weber2016-08-261-0/+1
* clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.Nico Weber2016-08-261-0/+5
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-261-1/+1
* Omit column info for CodeView by defaultAdrian McCarthy2016-08-251-0/+9
* clang-cl: Make /Brepro actually work.Nico Weber2016-08-231-2/+2
* clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.Nico Weber2016-08-231-0/+5
* [clang-cl] Make -gline-tables-only imply -gcodeviewReid Kleckner2016-08-091-0/+4
* [clang-cl] Add support for /ZdDavid Majnemer2016-07-091-1/+1
* [clang-cl] Implement support for /stdDavid Majnemer2016-06-271-0/+6
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-1/+4
* Add support to clang-cl driver for /GS switchEtienne Bergeron2016-06-151-0/+10
* clang-cl: Support -resource-dir option (PR28074)Hans Wennborg2016-06-131-0/+1
* clang-cl: Fix unused argument warning when combining /O2 and /Ob2Hans Wennborg2016-05-251-0/+2
* clang-cl: Bake /Ob0 and /Ob2 into the general /O option handlingHans Wennborg2016-05-241-0/+1
* [Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg2016-05-241-1/+3
* Get default -fms-compatibility-version from cl.exe's versionAdrian McCarthy2016-05-131-1/+1
* Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.Ismail Donmez2016-04-141-1/+1
* clang/test/Driver/cl-options.c: Fix an expression to recognize dos r'\\'.NAKAMURA Takumi2016-04-131-1/+1
* clang-cl: Remove -isystem, add -imsvc.Nico Weber2016-04-121-1/+6
* Revert 266090, needs more testing first.Nico Weber2016-04-121-1/+0
* clang-cl: Expose -nostdlibinc.Nico Weber2016-04-121-0/+1
* clang-cl: Silently ignore /d2FastFail flag.Nico Weber2016-03-291-0/+1
* clang-cl: Don't warn about /Oy- being unused in 64-bit builds.Nico Weber2016-03-231-3/+3
* clang-cl: Move /FC from "Unsupported" to "Ignored" list.Nico Weber2016-03-211-0/+1
* [clang-cl] Allow use of -gline-tables-onlyReid Kleckner2016-03-181-0/+4
* [clang-cl] /EHc should not effect functions with explicit exception specifica...David Majnemer2016-02-291-3/+3
* Don't enable /GX by defaultDavid Majnemer2016-02-221-0/+3
* [MSVC Compat] Add support for /GX, /GX-David Majnemer2016-02-201-0/+6
* clang-cl: Expose -isystem.Nico Weber2016-02-161-0/+1
* [clang-cl] /Z7 now generates normal debug info, not just line infoReid Kleckner2016-02-101-2/+2
* [MSVC Compat] Don't omit frame pointers if /Oy- is specified before /O2David Majnemer2016-01-211-0/+4
* Follow-up to r257537: add test that majnemer asked aboutHans Wennborg2016-01-121-1/+2
* clang-cl: Support /Dfoo#bar (PR25984)Hans Wennborg2016-01-121-2/+6
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-211-0/+9
* clang-cl: Add an alias for /wd4100Nico Weber2015-12-151-2/+3
OpenPOWER on IntegriCloud