summaryrefslogtreecommitdiff
path: root/clang/docs/CommandGuide
AgeCommit message (Expand)Author
2025-07-29[Clang][Docs] Fix typo in clang.rst (#150907)Tomer Shafir
2025-06-19Reapply "[Clang] Enable -fextend-variable-liveness at -Og (#118026)"Stephen Tozer
2025-05-06[clang][doc] Document C2y flags (#138521)Raul Tambre
2025-05-05[clang] Alias iso9899:2024 to C23, update documentation (#138459)Raul Tambre
2025-04-25Revert "[Clang] Enable -fextend-lifetimes at -Og (#118026)"Stephen Tozer
2025-04-17[Clang] Enable -fextend-lifetimes at -Og (#118026)Stephen Tozer
2025-03-27[Docs] Document freestanding requirements (#132232)Aaron Ballman
2025-03-06[Clang][Docs][NFC] Correct documentation for the CPATH environment variable (...Tom Honermann
2024-08-07[clang][docs] Update Include Options Help (#101192)Sam Elliott
2024-08-02Ofast deprecation clarifications (#101005)Sjoerd Meijer
2024-07-18[clang] Add deprecation warning for `-Ofast` driver option (#98736)Vlad Serebrennikov
2024-07-15[AArch64][RISCV] Document option --print-supported-extensions (#98698)Jonathan Thackray
2024-07-10[RISCV] Add ability to list extensions enabled for a target (#98207)Michael Maitland
2024-06-16[clang] Clean up macOS version flags (#95374)Gábor Horváth
2024-01-16[clang-cl] document correct defaults for `-fms-compatibility-version` / `-fms...h-vetinari
2023-10-06Add -fkeep-system-includes modifier for -EPaul Robinson
2023-05-23Correct stale documentation for default MSVC version numbersAaron Ballman
2023-05-15Add C++26 compile flags.Erich Keane
2023-05-04[clang] Use -std=c++23 instead of -std=c++2bMark de Wever
2023-03-16[Driver] Allow to collect `-save-stats` data to a file specified in the envir...Volodymyr Sapsai
2023-03-14[clang][docs] Clarify the semantics of -fexceptionsAlex Bradbury
2023-02-28[Clang][Driver] Add -mcpu=help and -mtune=help to clangMichael Maitland
2022-10-29[docs] clang.rst: gnu++14 => gnu++17Fangrui Song
2022-08-19[clang,flang] Add help text for -fsyntax-onlyAlexander Malkov
2022-06-09[docs] Update supported language standards list for C++Yuki Okushi
2022-04-20Treat `std::move`, `forward`, etc. as builtins.Richard Smith
2022-04-20Revert "Treat `std::move`, `forward`, etc. as builtins."David Tenty
2022-04-17Treat `std::move`, `forward`, etc. as builtins.Richard Smith
2022-04-16Revert "Treat `std::move`, `forward`, and `move_if_noexcept` as builtins."Vitaly Buka
2022-04-15Treat `std::move`, `forward`, and `move_if_noexcept` as builtins.Richard Smith
2022-02-02Also document -arch as -arch is mac specificSylvestre Ledru
2022-01-06Update Bug report URL to Github IssuesChuanqi Xu
2020-09-17[clang][docs] Fix documentation of -OJessica Clarke
2020-09-13[Docs] Fix --print-supported-cpus option renderingTravis Finkenauer
2020-08-10[Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers
2020-08-07Revert "[Clang] implement -fno-eliminate-unused-debug-types"Nick Desaulniers
2020-08-07[Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers
2020-07-13Fix a missing update that C compiles default to gnu17.Stephen Hines
2020-06-30[clang][docs] Add note about using `-flto` with `-g` on macOSPhilippe Blain
2020-05-26[clang][docs] Document additional bits of libc that -ffreestanding envs must ...Jon Roelofs
2020-01-23Re-add documentation for -flax-vector-conversions= removed inRichard Smith
2020-01-20Revert "PR17164: Change clang's default behavior from -flax-vector-conversion...Mitch Phillips
2020-01-15PR17164: Change clang's default behavior from -flax-vector-conversions=all to...Richard Smith
2019-08-16[Test Commit] Fix typo in diagtool.rstTroy A. Johnson
2019-06-25print-supported-cpus quality of life patch.Ziang Wan
2019-06-14Fixed the --print-supported-cpus testZiang Wan
2019-06-14Add --print-supported-cpus flag for clang.Ziang Wan
2019-05-30[Docs] Modernize references to macOSJ. Ryan Stinnett
2018-11-04Update our URLs in clang doc to use httpsSylvestre Ledru
2018-05-16[diagtool] Add diagtool to install target.Jonas Devlieghere