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