aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/CommandGuide
AgeCommit message (Expand)AuthorFilesLines
3 days[Clang][Docs] Fix typo in clang.rst (#150907)Tomer Shafir1-1/+1
2025-06-19Reapply "[Clang] Enable -fextend-variable-liveness at -Og (#118026)"Stephen Tozer1-2/+5
2025-05-06[clang][doc] Document C2y flags (#138521)Raul Tambre1-0/+8
2025-05-05[clang] Alias iso9899:2024 to C23, update documentation (#138459)Raul Tambre1-0/+9
2025-04-25Revert "[Clang] Enable -fextend-lifetimes at -Og (#118026)"Stephen Tozer1-5/+2
2025-04-17[Clang] Enable -fextend-lifetimes at -Og (#118026)Stephen Tozer1-2/+5
2025-03-27[Docs] Document freestanding requirements (#132232)Aaron Ballman1-3/+4
2025-03-06[Clang][Docs][NFC] Correct documentation for the CPATH environment variable (...Tom Honermann1-7/+10
2024-08-07[clang][docs] Update Include Options Help (#101192)Sam Elliott1-0/+4
2024-08-02Ofast deprecation clarifications (#101005)Sjoerd Meijer1-2/+6
2024-07-18[clang] Add deprecation warning for `-Ofast` driver option (#98736)Vlad Serebrennikov1-1/+2
2024-07-15[AArch64][RISCV] Document option --print-supported-extensions (#98698)Jonathan Thackray1-0/+8
2024-07-10[RISCV] Add ability to list extensions enabled for a target (#98207)Michael Maitland1-0/+6
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth1-2/+2
2024-01-16[clang-cl] document correct defaults for `-fms-compatibility-version` / `-fms...h-vetinari1-1/+1
2023-10-06Add -fkeep-system-includes modifier for -EPaul Robinson1-0/+15
2023-05-23Correct stale documentation for default MSVC version numbersAaron Ballman1-1/+2
2023-05-15Add C++26 compile flags.Erich Keane1-0/+8
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever1-4/+4
2023-03-16[Driver] Allow to collect `-save-stats` data to a file specified in the envir...Volodymyr Sapsai1-0/+10
2023-03-14[clang][docs] Clarify the semantics of -fexceptionsAlex Bradbury1-2/+4
2023-02-28[Clang][Driver] Add -mcpu=help and -mtune=help to clangMichael Maitland1-0/+4
2022-10-29[docs] clang.rst: gnu++14 => gnu++17Fangrui Song1-1/+1
2022-08-19[clang,flang] Add help text for -fsyntax-onlyAlexander Malkov1-1/+1
2022-06-09[docs] Update supported language standards list for C++Yuki Okushi1-4/+12
2022-04-20Treat `std::move`, `forward`, etc. as builtins.Richard Smith1-2/+18
2022-04-20Revert "Treat `std::move`, `forward`, etc. as builtins."David Tenty1-18/+2
2022-04-17Treat `std::move`, `forward`, etc. as builtins.Richard Smith1-2/+18
2022-04-16Revert "Treat `std::move`, `forward`, and `move_if_noexcept` as builtins."Vitaly Buka1-18/+2
2022-04-15Treat `std::move`, `forward`, and `move_if_noexcept` as builtins.Richard Smith1-2/+18
2022-02-02Also document -arch as -arch is mac specificSylvestre Ledru1-1/+5
2022-01-06Update Bug report URL to Github IssuesChuanqi Xu1-1/+1
2020-09-17[clang][docs] Fix documentation of -OJessica Clarke1-1/+1
2020-09-13[Docs] Fix --print-supported-cpus option renderingTravis Finkenauer1-3/+3
2020-08-10[Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers1-0/+6
2020-08-07Revert "[Clang] implement -fno-eliminate-unused-debug-types"Nick Desaulniers1-6/+0
2020-08-07[Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers1-0/+6
2020-07-13Fix a missing update that C compiles default to gnu17.Stephen Hines1-1/+1
2020-06-30[clang][docs] Add note about using `-flto` with `-g` on macOSPhilippe Blain1-0/+10
2020-05-26[clang][docs] Document additional bits of libc that -ffreestanding envs must ...Jon Roelofs1-1/+3
2020-01-23Re-add documentation for -flax-vector-conversions= removed inRichard Smith1-1/+10
2020-01-20Revert "PR17164: Change clang's default behavior from -flax-vector-conversion...Mitch Phillips1-10/+1
2020-01-15PR17164: Change clang's default behavior from -flax-vector-conversions=all to...Richard Smith1-1/+10
2019-08-16[Test Commit] Fix typo in diagtool.rstTroy A. Johnson1-1/+1
2019-06-25print-supported-cpus quality of life patch.Ziang Wan1-0/+4
2019-06-14Fixed the --print-supported-cpus testZiang Wan1-2/+2
2019-06-14Add --print-supported-cpus flag for clang.Ziang Wan1-0/+6
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett1-1/+1
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru1-4/+3
2018-05-16[diagtool] Add diagtool to install target.Jonas Devlieghere2-0/+53