aboutsummaryrefslogtreecommitdiff
path: root/clang/docs/CommandGuide
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-11Document -std= values for different languagesDimitry Andric1-1/+120
2016-12-07Driver: Remove support for -fobjc-gc*Duncan P. N. Exon Smith1-10/+0
2016-11-11Add a new optimization option -Og Sylvestre Ledru1-1/+4
2016-10-10[Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny1-1/+2
2016-10-07Revert r283572 - [Driver] Make -print-libgcc-file-name print compiler-rt lib ...Michal Gorny1-2/+1
2016-10-07[Driver] Make -print-libgcc-file-name print compiler-rt lib when usedMichal Gorny1-1/+2
2016-09-27Silencing a Sphinx diagnostic with options, again.Aaron Ballman1-2/+2
2016-09-26CC1: Add -save-stats optionMatthias Braun1-0/+6
2016-09-22Third attempt to fix Sphinx botTeresa Johnson1-1/+1
2016-09-22Second attempt to fix Sphinx botTeresa Johnson1-1/+1
2016-09-22Fixing sphinx build due to diagnostic:Aaron Ballman1-1/+1
2016-09-21[docs] Add ThinLTO user documentationTeresa Johnson1-1/+7
2016-09-14Document option '-rtlib' in clang's man page and help infoJonas Hahnfeld1-1/+6
2016-07-11[man page] Document -gline-tables-only in the clang man page.Adrian Prantl1-12/+22
2016-07-11[man page] Fix two sphinx build errors.Adrian Prantl1-2/+2
2015-12-22Document that we recommend to turn off -gmodules when building a staticAdrian Prantl1-1/+6
2015-08-27Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl1-0/+7
2015-06-30Sphinx-based clang man pagesAndrew Wilkins2-0/+501