summaryrefslogtreecommitdiff
path: root/clang/docs/InternalsManual.rst
AgeCommit message (Expand)Author
2025-11-16[clang] Proofread *.rst (#168215)Kazu Hirata
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig
2025-10-18[clang] Proofread InternalsManual.rst (#164057)Kazu Hirata
2025-10-03[Clang] Normalize constraints before checking for satisfaction (#161671)Corentin Jabot
2025-10-02Revert "[Clang] Normalize constraints before checking for satisfaction" (#161...Corentin Jabot
2025-10-02[Clang] Normalize constraints before checking for satisfaction (#141776)Corentin Jabot
2025-08-28[docs][NFC] Resolve mismatched backticks (#155883)Rageking8
2025-08-01[clang] Proofread InternalsManual.rst (#151626)Kazu Hirata
2025-07-31[llvm] Proofread LangRef.rst (#151443)Kazu Hirata
2025-05-16[clang] Fix typos in documentation (#140211)Kazu Hirata
2025-05-06Add missed quote on title of enum_select sectionerichkeane
2025-04-15[clang] consistently quote expressions in diagnostics (#134769)Matheus Izvekov
2025-01-15Add 'enum_select' diagnostic selection to clang. (#122505)Erich Keane
2024-11-20Clarify use of contractions in diagnostic messages (#116803)Aaron Ballman
2024-11-13[Clang] [NFC] Add "human" diagnostic argument format (#115835)Boaz Brickner
2024-08-20[NFC] Fix a typo in InternalsManual: ActOnCXX -> ActOnXXX (#105207)Michael Park
2024-05-28[clang] Diagnose problematic diagnostic messages (#93229)Aaron Ballman
2024-01-11[flang][driver] Add support for -isysroot in the frontend (#77365)Leandro Lupori
2024-01-09[Clang] Wide delimiters ('{{{') for expect strings (#77326)sethp
2023-12-06Fix a cross referenceAaron Ballman
2023-12-06Fix code blocks so that they render properlyAaron Ballman
2023-11-29Move documentation about -verify from a header to public docs (#73694)Aaron Ballman
2023-08-15[Driver] Refactor to use llvm Option's new Visibility flagsJustin Bogner
2023-08-11Update documentation for C23 attribute spellingsAaron Ballman
2023-05-31[clang] Add support for “regular” keyword attributesRichard Sandiford
2023-03-27Document the Clang policies on claiming support for a featureAaron Ballman
2022-08-31Clarifying the documentation for diagnostic formats; NFCAaron Ballman
2022-07-08Update references to Discourse instead of the mailing lists.tlattner
2022-06-22Clang AttributeReference: emit entries for "Undocumented" attributes.James Y Knight
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-06-08Fix a typo in the internals manualJake Vossen
2021-05-04[clang][cli][docs] Clarify marshalling infrastructure documentationJan Svoboda
2021-04-02Use tablegen to diagnose mutually exclusive attributesAaron Ballman
2021-03-28Update the documentation for recent changes to statement attributes.Aaron Ballman
2021-03-06[clang] Fix typos in documentation (NFC)Kazu Hirata
2021-03-02[clang][cli] NFC: Rename marshalling multiclassJan Svoboda
2021-03-02[clang][docs] Fix code blocks renderingJan Svoboda
2021-02-25[clang][cli] Add MarshallingInfoEnum multiclassJan Svoboda
2021-02-25[clang][RecoveryAST] Add design doc to clang internal manual.Haojian Wu
2021-02-17[clang][cli] Documentation of CompilerInvocation parsing/generationJan Svoboda
2021-02-01[Branch-Rename] Fix some linksxgupta
2020-03-23Add ParsedAttrInfo::handleDeclAttributeJohn Brawn
2020-03-21[clang/docs] Fix various sphinx warnings/errors in docs.Florian Hahn
2020-01-22Add a bit of documentation on attribute spellings that were missing.Aaron Ballman
2019-10-07[ASTImporter][NFC] Update ASTImporter internals docsGabor Marton
2019-09-23[docs] Fix some typos in InternalsManualSven van Haastregt
2019-09-13[ASTImporter] Add development internals docsGabor Marton
2019-05-31Clarify when fix-it hints on warnings are appropriateAaron Puchert