summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/CLCompatOptions.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r355489:Hans Wennborg2019-03-081-0/+5
* Merging r352119:Hans Wennborg2019-03-081-1/+1
* [clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned-allocationReid Kleckner2019-01-151-0/+6
* clang-cl: Fix help text for /O<flags>: '/O2y-' means '/O2 /Oy-', not '/O2 /y-'Nico Weber2019-01-141-1/+1
* clang-cl: Align help texts for /O1 and O2Nico Weber2019-01-141-3/+3
* UserManual: Tweak the /Zc:dllexportInlines- docs someHans Wennborg2018-11-131-2/+2
* clang-cl: Add documentation for /Zc:dllexportInlines-Hans Wennborg2018-11-121-2/+4
* clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg2018-11-081-0/+2
* Add /Zc:DllexportInlines option to clang-clTakuto Ikuta2018-11-031-0/+2
* Re-commit r344234 "clang-cl: Add /showFilenames option (PR31957)"Hans Wennborg2018-10-131-0/+4
* Revert "clang-cl: Add /showFilenames option (PR31957)"Sean Fertile2018-10-111-4/+0
* clang-cl: Add /showFilenames option (PR31957)Hans Wennborg2018-10-111-0/+4
* [cl-compat] Change /JMC from unsupported to ignored.Zachary Turner2018-10-021-1/+1
* [clang-cl] Make /Gs imply default stack probes, not /Gs0 (PR39074)Hans Wennborg2018-09-261-4/+4
* [clang-cl] Provide separate flags for all the /O variantsHans Wennborg2018-09-251-18/+44
* clang-cl: Support /guard:cf,nochecksHans Wennborg2018-08-101-2/+2
* clang-cl: Parse the new /JMC flagHans Wennborg2018-08-061-0/+1
* clang-cl: Accept (and ignore) /Zc:__cplusplus.Nico Weber2018-04-201-1/+2
* clang-cl: s/Enable/Disable/ in help text for /GX-Hans Wennborg2018-03-281-1/+1
* [clang-cl] Implement /XNico Weber2018-02-281-1/+3
* clang-cl: Make /d1PP an alias for -dD (PR36446)Hans Wennborg2018-02-201-0/+2
* clang-cl: Parse /permissive-, /Bt, Bt+ (PR32672)Hans Wennborg2018-01-241-0/+3
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-1/+2
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-2/+1
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-1/+2
* [clang-cl] Alias /wd4018 to -Wno-sign-compareReid Kleckner2017-11-291-0/+2
* [clang-cl] Alias /Wall to -WeverythingReid Kleckner2017-11-271-1/+2
* Add default calling convention support for regcall.Erich Keane2017-11-021-0/+2
* [clang-cl] Implement /diagnostic: flagReid Kleckner2017-05-311-0/+6
* [clang-cl] Ignore /Zc:ternary, clang behaves this way alreadyReid Kleckner2017-05-311-0/+1
* clang-cl: Alias /d1reportAllClassLayout to -fdump-record-layouts (PR32826)Hans Wennborg2017-04-271-0/+2
* clang-cl: Support the /Zc:twoPhase[-] command-line option (PR32680)Hans Wennborg2017-04-171-0/+6
* [docs] Add TableGen-based generator for command line argument documentation,Richard Smith2017-01-241-1/+1
* UsersManual.rst: Update clang-cl options list againHans Wennborg2017-01-121-3/+4
* clang-cl: Support MSVC2015's /validate-charset flag.Nico Weber2016-08-261-0/+4
* 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/+2
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-261-1/+1
* 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/+2
* [clang-cl] Add support for /ZdDavid Majnemer2016-07-091-0/+2
* [clang-cl] Implement support for /stdDavid Majnemer2016-06-271-0/+2
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-1/+0
* Add support to clang-cl driver for /GS switchEtienne Bergeron2016-06-151-2/+2
* clang-cl: Bake /Ob0 and /Ob2 into the general /O option handlingHans Wennborg2016-05-241-4/+0
* [Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg2016-05-241-1/+2
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-4/+9
* clang-cl: Make /link accept an optional joined argument.Hans Wennborg2016-04-151-3/+3
* clang-cl: Remove -isystem, add -imsvc.Nico Weber2016-04-121-0/+3
* clang-cl: Silently ignore /d2FastFail flag.Nico Weber2016-03-291-0/+1