summaryrefslogtreecommitdiff
path: root/clang/docs/UsersManual.rst
AgeCommit message (Expand)Author
2025-11-21[TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (#16...Matthew Nagy
2025-11-16[clang] Proofread *.rst (#168215)Kazu Hirata
2025-10-24[clang] Proofread UsersManual.rst (#164928)Kazu Hirata
2025-10-15[clang][docs] Fix typos in option names (#163482)KAWASHIMA Takahiro
2025-10-14[clang][docs] Update doc and release note for probe instrumentation (#162606)Haohai Wen
2025-10-13[clang] introduce constexpr step limit opt-out (#160440)Tsche
2025-10-10[clang][doc] Simplify Sampling-PGO use example (#162588)Haohai Wen
2025-10-08[Clang] Wire up -fsanitize=alloc-token (#156839)Marco Elver
2025-09-05[X86][AVX10] Remove EVEX512 and AVX10-256 implementations (#157034)Phoebe Wang
2025-08-22[docs] Fix debug and strict aliasing typo (#140071) (#154861)Justin Riddell
2025-08-04[Docs] Some updates to the Clang user's manual (#151702)Aaron Ballman
2025-07-21[clang] Proofread UsersManual.rst (NFC) (#149763)Kazu Hirata
2025-06-17Reland: "[Frontend][PCH]-Add support for ignoring PCH options (-ignore-pch). ...Ying Yi
2025-06-10Revert "[Frontend][PCH]-Add support for ignoring PCH options (-ignore-pch). (...Ying Yi
2025-06-10[Frontend][PCH]-Add support for ignoring PCH options (-ignore-pch). (#142409)MaggieYingYi
2025-06-05Add -funique-source-file-identifier option.Peter Collingbourne
2025-06-03[clang][docs] Add docs for CCC_OVERRIDE_OPTIONS. (#142396)Abid Qadeer
2025-05-19[clang] Fix typos in documentation (#140663)Kazu Hirata
2025-05-16[clang] Fix typos in documentation (#140211)Kazu Hirata
2025-05-14[Clang][PGO][UserManual] Specify usage of -b flag (#139763)Madhur Amilkanthwar
2025-05-08[Coverage] Support -fprofile-list for cold function coverage (#136333)Lei Wang
2025-04-19[clang][Driver] Support passing arbitrary args to `-cc1as` with `-Xclangas`. ...Alex Rønne Petersen
2025-04-15Clarify documentation for -funique-source-file-names.Peter Collingbourne
2025-04-15Introduce -funique-source-file-names flag.Peter Collingbourne
2025-03-27[Docs] Document freestanding requirements (#132232)Aaron Ballman
2025-03-13[InstrProf] Remove -forder-file-instrumentation (#130192)Ellis Hoag
2025-03-10[clang][SPIR-V] Use the SPIR-V backend by default (#129545)Nick Sarnie
2025-02-20[Clang][doc] -ffp-contract options and standard compliance (#127621)Sjoerd Meijer
2025-02-08[profile] Add a clang option -fprofile-continuous that enables continuous ins...Wael Yehia
2025-02-06[profile] Add `%b` `LLVM_PROFILE_FILE` option for binary ID (#123963)Sinkevich Artem
2025-02-06[X86] Extend kCFI with a 3-bit arity indicator (#121070)Scott Constable
2025-01-31[TBAA] Don't emit pointer-tbaa for void pointers. (#122116)Florian Hahn
2025-01-28[TySan] Add initial documentation for Type Sanitizer (#123595)gbMattN
2025-01-13[NFC][analyzer][docs] Migrate 'annotations.html' to RST (#122246)Donát Nagy
2025-01-10[InstrProf] Fix format issue in user manual (#122559)Ellis Hoag
2025-01-10[InstrProf] Add frontend temporal profiling flag (#122385)Ellis Hoag
2024-12-10[clang][docs] fix rendering of `$`-prefixed options (#119249)Carlo Cabrera
2024-12-07[clang][driver] Use $ prefix with config file options to have them added afte...Paul Osmialowski
2024-11-28[clang] Fix description for fprofile-sample-use= on Windows (#117973)Haohai Wen
2024-11-28[Driver] Support fprofile-sample-use= for CL (#117282)Haohai Wen
2024-11-13Reapply "[clang] Introduce diagnostics suppression mappings (#112517)"Kadir Cetinkaya
2024-11-12Revert "[clang] Introduce diagnostics suppression mappings (#112517)"Kadir Cetinkaya
2024-11-12[clang] Introduce diagnostics suppression mappings (#112517)kadir çetinkaya
2024-09-25Reapply "Deprecate the `-fbasic-block-sections=labels` option." (#110039)Rahman Lavaee
2024-09-25Revert "Deprecate the `-fbasic-block-sections=labels` option. (#107494)"Kazu Hirata
2024-09-25Deprecate the `-fbasic-block-sections=labels` option. (#107494)Rahman Lavaee
2024-09-15[CGData] Clang Options (#90304)Kyungwoo Lee
2024-08-28[Clang] [Docs] Document runtime config directory options (#66593)Reagan
2024-08-23[clang][rtsan] Reland realtime sanitizer codegen and driver (#102622) Chris Apple
2024-08-22Revert "[clang][rtsan] Introduce realtime sanitizer codegen and drive… (#10...Chris Apple