aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/cl-options.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[ARM64EC] Add softintrin.lib as an implicit dependency to object files. (#89171)Eli Friedman1-0/+1
2023-12-13[clang][Driver] Support -fms-volatile as equivalent to /volatile:ms (#74790)Eli Friedman1-2/+4
2023-12-09[clang-cl] Add support for [[msvc::constexpr]] C++11 attribute (#71300)Richard Dzenis1-2/+2
2023-08-14[Driver] Make /Zi and /Z7 aliases of -g rather than handling them speciallyJustin Bogner1-9/+3
2023-08-01[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song1-13/+13
2023-07-30Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song1-13/+13
2023-07-29[Driver][test] Add -Wno-msvc-not-found to %clang_cl -WX tests that don't want...Fangrui Song1-1/+1
2023-07-29[Driver] Add -Wno-msvc-not-found to %clang_cl -Werror tests that don't want t...Fangrui Song1-4/+4
2023-07-29[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song1-18/+18
2023-07-28Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song1-18/+18
2023-07-28[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song1-18/+18
2023-05-21Reland "[Driver] Support multi /guard: options"Phoebe Wang1-0/+7
2023-05-21Revert "Reland "[Driver] Support multi /guard: options""Phoebe Wang1-7/+0
2023-05-21Reland "[Driver] Support multi /guard: options"Phoebe Wang1-0/+7
2023-05-21Revert "Reland "[Driver] Support multi /guard: options""Phoebe Wang1-7/+0
2023-05-20Reland "[Driver] Support multi /guard: options"Phoebe Wang1-0/+7
2023-05-17Revert "[Driver] Support multi /guard: options"Arthur Eubanks1-4/+0
2023-05-16[Driver] Support multi /guard: optionsPhoebe Wang1-0/+4
2023-05-15Add C++26 compile flags.Erich Keane1-1/+1
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever1-1/+1
2022-12-03[clang][Windows]Ignore Options '/d1'qfrost1-0/+2
2022-10-14Remove redundant option -menable-unsafe-fp-math.Zahira Ammarguellat1-5/+5
2022-10-08[ARM64EC][clang-cl] Add arm64EC test; NFCchenglin.bi1-2/+5
2022-10-03[ARM64EC][clang-cl] Add /arm64EC flagchenglin.bi1-0/+4
2022-10-01[clang][auto-init] Deprecate -enable-trivial-auto-var-init-zero-knowing-it-wi...Kees Cook1-1/+0
2022-09-25[clang-cl] Implement /ZH: flagNico Weber1-3/+11
2022-08-22[clang-cl] Increase /fp flag fidelityDavid Majnemer1-0/+6
2022-06-24Revert "[Driver][test] Replace ^//$ with empty string"Fangrui Song1-1/+1
2022-06-24[Driver][test] Replace ^//$ with empty stringFangrui Song1-1/+1
2022-06-24Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info"David Blaikie1-3/+3
2022-06-23DebugInfo: Fully integrate ctor type homing into 'limited' debug infoDavid Blaikie1-3/+3
2022-06-13[clang-cl] Accept /FA[c][s][u], but ignore the argumentsStephen Long1-0/+9
2022-06-13[clang-cl][MSVC] Map /external:Wn n=1-4 to -Wsystem-headersStephen Long1-0/+8
2022-05-18clang-cl: Move /Zc: tests from cl-options.c to cl-zc.cppNico Weber1-37/+0
2022-05-17[clang-cl] Add /Zc:wchar_t- optionPengxuan Zheng1-1/+0
2022-03-24[clang-cl] Ignore /Wv and /Wv:17 flagsTobias Hieta1-0/+2
2022-03-07Reland "[clang][debug] port clang-cl /JMC flag to ELF"Yuanfang Chen1-1/+1
2022-03-07Revert "[clang][debug] port clang-cl /JMC flag to ELF"Yuanfang Chen1-1/+1
2022-03-07[clang][debug] port clang-cl /JMC flag to ELFYuanfang Chen1-1/+1
2022-02-11[clang] Expose -fprofile-use in clang-clNico Weber1-0/+2
2022-02-10Reland "[clang-cl] Support the /JMC flag"Yuanfang Chen1-1/+10
2022-02-10Revert "[clang-cl] Support the /JMC flag"Yuanfang Chen1-10/+1
2022-02-10[clang-cl] Support the /JMC flagYuanfang Chen1-1/+10
2022-02-10[clang-cl] Accept the "legacy" -target flag spellingHans Wennborg1-0/+5
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman1-1/+1
2022-02-09[clang-cl] Bump default -fms-compatibility-version to 19.14Muhammad Omair Javaid1-1/+1
2022-01-23Clang: Change the default DWARF version to 5David Blaikie1-1/+1
2022-01-20[clang-cl] Support the /HOTPATCH flagAlexandre Ganea1-1/+3
2021-09-30Reland "[clang-cl] Accept `#pragma warning(disable : N)` for some N"Nico Weber1-1/+2
2021-09-29Revert "[clang-cl] Accept `#pragma warning(disable : N)` for some N"Amy Huang1-1/+1