summaryrefslogtreecommitdiff
path: root/test/Driver/cl-options.c
AgeCommit message (Expand)Author
2017-11-27[clang-cl] Alias /Wall to -WeverythingReid Kleckner
2017-10-23clang-cl: Expose --version.Nico Weber
2017-10-20Allow /showIncludes with /PErich Keane
2017-10-15Fix test case regresstion from rL315864Martell Malone
2017-10-15[driver] [cl] Add/fix c++17/c++latestMartell Malone
2017-10-03[clang-cl] Claim ignored /O[12xd] argumentsReid Kleckner
2017-04-27clang-cl: Alias /d1reportAllClassLayout to -fdump-record-layouts (PR32826)Hans Wennborg
2017-04-17clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)Hans Wennborg
2017-02-27enable -flto=thin in clang-clBob Haarman
2017-01-27clang-cl: Warn about /U flags that look like filenames (PR31662)Hans Wennborg
2017-01-12Address review comments on r290392:Chandler Carruth
2017-01-04Support -fno-delayed-template-parsing in clang-cl.exeReid Kleckner
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-11-30make -fprofile-instr-generate and -fprofile-instr-use work with clang-clBob Haarman
2016-10-04clang-cl: Expose the -flto optionHans Wennborg
2016-09-14[clang-cl] Accept the joined equals version of -resource-dir=Reid Kleckner
2016-09-09Make -fstandalone-debug and -flimit-debug-info available in clang-clReid Kleckner
2016-09-06[clang-cl] Check that we are in clang cl mode before enabling support for the...Pierre Gousseau
2016-08-26clang-cl: Support MSVC2015's /validate-charset flag.Nico Weber
2016-08-26clang-cl: Accept MSVC2015's '/utf-8' flag.Nico Weber
2016-08-26clang-cl: Accept MSVC 2015's `/execution-charset:utf-8` flag.Nico Weber
2016-08-26Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg
2016-08-25Omit column info for CodeView by defaultAdrian McCarthy
2016-08-23clang-cl: Make /Brepro actually work.Nico Weber
2016-08-23clang-cl: Accept MSVC 2015's `/source-charset:utf-8` flag.Nico Weber
2016-08-09[clang-cl] Make -gline-tables-only imply -gcodeviewReid Kleckner
2016-07-09[clang-cl] Add support for /ZdDavid Majnemer
2016-06-27[clang-cl] Implement support for /stdDavid Majnemer
2016-06-22Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg
2016-06-15Add support to clang-cl driver for /GS switchEtienne Bergeron
2016-06-13clang-cl: Support -resource-dir option (PR28074)Hans Wennborg
2016-05-25clang-cl: Fix unused argument warning when combining /O2 and /Ob2Hans Wennborg
2016-05-24clang-cl: Bake /Ob0 and /Ob2 into the general /O option handlingHans Wennborg
2016-05-24[Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg
2016-05-13Get default -fms-compatibility-version from cl.exe's versionAdrian McCarthy
2016-04-14Fix testcase for the LLVM_LIBDIR_SUFFIX=64 case. Fallout from r266108.Ismail Donmez
2016-04-13clang/test/Driver/cl-options.c: Fix an expression to recognize dos r'\\'.NAKAMURA Takumi
2016-04-12clang-cl: Remove -isystem, add -imsvc.Nico Weber
2016-04-12Revert 266090, needs more testing first.Nico Weber
2016-04-12clang-cl: Expose -nostdlibinc.Nico Weber
2016-03-29clang-cl: Silently ignore /d2FastFail flag.Nico Weber
2016-03-23clang-cl: Don't warn about /Oy- being unused in 64-bit builds.Nico Weber
2016-03-21clang-cl: Move /FC from "Unsupported" to "Ignored" list.Nico Weber
2016-03-18[clang-cl] Allow use of -gline-tables-onlyReid Kleckner
2016-02-29[clang-cl] /EHc should not effect functions with explicit exception specifica...David Majnemer
2016-02-22Don't enable /GX by defaultDavid Majnemer
2016-02-20[MSVC Compat] Add support for /GX, /GX-David Majnemer
2016-02-16clang-cl: Expose -isystem.Nico Weber
2016-02-10[clang-cl] /Z7 now generates normal debug info, not just line infoReid Kleckner
2016-01-21[MSVC Compat] Don't omit frame pointers if /Oy- is specified before /O2David Majnemer