summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [docs] clang.rst: gnu++14 => gnu++17Fangrui Song2022-10-291-1/+1
* [clang,flang] Add help text for -fsyntax-onlyAlexander Malkov2022-08-191-1/+1
* [docs] Update supported language standards list for C++Yuki Okushi2022-06-091-4/+12
* Treat `std::move`, `forward`, etc. as builtins.Richard Smith2022-04-201-2/+18
* Revert "Treat `std::move`, `forward`, etc. as builtins."David Tenty2022-04-201-18/+2
* Treat `std::move`, `forward`, etc. as builtins.Richard Smith2022-04-171-2/+18
* Revert "Treat `std::move`, `forward`, and `move_if_noexcept` as builtins."Vitaly Buka2022-04-161-18/+2
* Treat `std::move`, `forward`, and `move_if_noexcept` as builtins.Richard Smith2022-04-151-2/+18
* Also document -arch as -arch is mac specificSylvestre Ledru2022-02-021-1/+5
* Update Bug report URL to Github IssuesChuanqi Xu2022-01-061-1/+1
* [clang][docs] Fix documentation of -OJessica Clarke2020-09-171-1/+1
* [Docs] Fix --print-supported-cpus option renderingTravis Finkenauer2020-09-131-3/+3
* [Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers2020-08-101-0/+6
* Revert "[Clang] implement -fno-eliminate-unused-debug-types"Nick Desaulniers2020-08-071-6/+0
* [Clang] implement -fno-eliminate-unused-debug-typesNick Desaulniers2020-08-071-0/+6
* Fix a missing update that C compiles default to gnu17.Stephen Hines2020-07-131-1/+1
* [clang][docs] Add note about using `-flto` with `-g` on macOSPhilippe Blain2020-06-301-0/+10
* [clang][docs] Document additional bits of libc that -ffreestanding envs must ...Jon Roelofs2020-05-261-1/+3
* Re-add documentation for -flax-vector-conversions= removed inRichard Smith2020-01-231-1/+10
* Revert "PR17164: Change clang's default behavior from -flax-vector-conversion...Mitch Phillips2020-01-201-10/+1
* PR17164: Change clang's default behavior from -flax-vector-conversions=all to...Richard Smith2020-01-151-1/+10
* [Test Commit] Fix typo in diagtool.rstTroy A. Johnson2019-08-161-1/+1
* print-supported-cpus quality of life patch.Ziang Wan2019-06-251-0/+4
* Fixed the --print-supported-cpus testZiang Wan2019-06-141-2/+2
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-0/+6
* [Docs] Modernize references to macOSJ. Ryan Stinnett2019-05-301-1/+1
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-4/+3
* [diagtool] Add diagtool to install target.Jonas Devlieghere2018-05-162-0/+53
* Document -std= values for different languagesDimitry Andric2018-04-111-1/+120
* Driver: Remove support for -fobjc-gc*Duncan P. N. Exon Smith2016-12-071-10/+0
* Add a new optimization option -Og Sylvestre Ledru2016-11-111-1/+4
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-101-1/+2
* Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib ...Michal Gorny2016-10-071-2/+1
* [Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny2016-10-071-1/+2
* Silencing a Sphinx diagnostic with options, again.Aaron Ballman2016-09-271-2/+2
* CC1: Add -save-stats optionMatthias Braun2016-09-261-0/+6
* Third attempt to fix Sphinx botTeresa Johnson2016-09-221-1/+1
* Second attempt to fix Sphinx botTeresa Johnson2016-09-221-1/+1
* Fixing sphinx build due to diagnostic:Aaron Ballman2016-09-221-1/+1
* [docs] Add ThinLTO user documentationTeresa Johnson2016-09-211-1/+7
* Document option '-rtlib' in clang's man page and help infoJonas Hahnfeld2016-09-141-1/+6
* [man page] Document -gline-tables-only in the clang man page.Adrian Prantl2016-07-111-12/+22
* [man page] Fix two sphinx build errors.Adrian Prantl2016-07-111-2/+2
* Document that we recommend to turn off -gmodules when building a staticAdrian Prantl2015-12-221-1/+6
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-0/+7
* Sphinx-based clang man pagesAndrew Wilkins2015-06-302-0/+501