aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/cl-options.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-07[clang-cl] Support /std:clatest (#147284)Aaron Ballman1-0/+6
2025-06-16[win][x64] Unwind v2 3/n: Add support for requiring unwind v2 to be used (equ...Daniel Paoliello1-1/+5
2025-05-28[clang] Move opt level in clang toolchain to clang::ConstructJob start (#141036)Omar Ahmed1-6/+6
2025-05-09[aarch64][x86][win] Add compiler support for MSVC's /funcoverride flag (Windo...Daniel Paoliello1-0/+4
2025-05-09[win][x64] Unwind v2 3/n: Add support for emitting unwind v2 information (equ...Daniel Paoliello1-0/+3
2025-04-22[clang-cl] Parse the /dynamicdeopt optionHans Wennborg1-0/+2
2025-03-26[clang-cl] Accept the --warning-suppression-mappings= option (#133092)Hans Wennborg1-0/+1
2025-02-10[clang] Expose -f(no-)strict-overflow as a clang-cl option (#126512)Nico Weber1-0/+4
2025-01-06[clang] Expose -f(no-)wrapv as clang-cl option (#120787)Nico Weber1-0/+2
2024-12-20[Clang-CL][DXC] Expose -fdiagnostic-color= to clang-cl and clang-dxc (#120644)Chris White1-0/+1
2024-11-28[Driver] Remove non MSVC CL flags /fprofile-sample-use (#117970)Haohai Wen1-5/+1
2024-11-28[Driver] Support fprofile-sample-use= for CL (#117282)Haohai Wen1-0/+5
2024-10-16[clang-cl]: Add /std:c++23preview and update _MSVC_LANG for C++23 (#112378)Hans1-0/+3
2024-10-02[clang] [Driver] Ensure we error on lto with link.exe and target `*-windows-m...Max Winkler1-0/+2
2024-09-26Use %errc to get text for system errors (#109852)Sean Perry1-2/+2
2024-06-15[Clang][Driver] Expose `-fno-eliminate-unused-debug-types` to clang-cl (#95259)Alexandre Ganea1-0/+2
2024-06-14[clang-cl] Support the /Ob3 flagHans Wennborg1-0/+2
2024-06-14[clang-cl] Map /Ot to -O3 instead of -O2 (#95406)Hans1-5/+5
2024-06-05Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format", s...Phoebe Wang1-3/+3
2024-05-24[clang-scan-deps] Expand response files before the argument adjuster (#89950)Alexandre Ganea1-1/+2
2024-04-23clang/win: Add a flag to disable default-linking of compiler-rt libraries (#8...Nico Weber1-0/+4
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