summaryrefslogtreecommitdiff
path: root/llvm/docs/CodingStandards.rst
AgeCommit message (Expand)Author
2025-06-25[NFC][CodingStandard] Require``[[maybe_unused]]`` for unused variables in ass...Rahul Joshi
2025-03-03[NFC][CodingStandard] Fix text style for C++ keywords (#128932)Rahul Joshi
2025-02-24[CodingStandard] Rework anonymous namespace section to cover visibility more ...Rahul Joshi
2024-12-04[NFC] Eliminate need of Emacs tag and file name in file header (#118553)Rahul Joshi
2024-10-14[NFC][CodingStandard] Extend if-else brace example with else-if (#112193)Rahul Joshi
2024-10-11[NFC][CodingStandard] Add additional example for if-else brace rule (#111733)Rahul Joshi
2024-02-13[docs] Update links for C++ compiler supported features in CodingStandards (#...Richard Dzenis
2023-11-09[doc] Add casting style preference to coding standardsJames Henderson
2023-10-21[docs] Fix suggested darker command in coding standards (#69860)Jakub Kuderski
2023-09-14[docs] Add more details about Python formatting (#66141)Joel E. Denny
2023-06-17[Coding style] Fix incorrect link syntaxFelipe de Azevedo Piovezan
2023-06-17[docs] Fix link for static constructors articlePrajwal S N
2023-05-28Fix typos in documentationKazu Hirata
2023-05-15[docs] Add Python coding standard to documentationTobias Hieta
2023-01-06Revert "CodingStandards: restrict CamelCase variable names guideline to llvm/...Nikita Popov
2023-01-05Remove documentation about the Go bindingsAaron Ballman
2022-12-28CodingStandards: restrict CamelCase variable names guideline to llvm/clang/cl...Fangrui Song
2022-08-19Update coding standards for constexpr if statements; NFCAaron Ballman
2022-08-06[LLVM] Update C++ standard to 17Tobias Hieta
2022-05-31[Docs] Clarify the guideline on omitting bracesowenca
2022-05-05Fix "the the" typo in documentation and user facing stringsBrian Tracy
2021-12-07[doc] Fix namespace comment style in Coding GuidelinesCarlos Galvez
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-10-21[docs] Fix broken link rendering in the LLVM Coding Standards.Frederic Cambus
2020-12-21Update references to 'master' branch.Hafiz Abid Qadeer
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-07-30[doc] Describe the header guard styleMircea Trofin
2020-07-15Clarify a bit the guideline on omitting braces, including more examples (NFC)Mehdi Amini
2020-07-09[Docs] CodingStandards: for_each is discouragedRoman Lebedev
2020-06-15[Docs] Add missing space, requested on c08ea07Erich Keane
2020-06-11Add to the Coding Standard our that single-line bodies omit bracesErich Keane
2020-06-04[docs] Fix self-contradictory description of llvm_unreachableJan Korous
2020-03-31[docs] Document coding standard for error and warning messagesJames Henderson
2020-03-26Clarify use of llvm_unreachable in the coding standard.Aaron Ballman
2020-02-18Add coding standard recommending use of qualifiers in cpp filesReid Kleckner
2020-02-11[CodingStandards] Add link to "Picking the Right Data Structure"Johannes Doerfert
2020-02-10[CodingStandards] Clarify C++ Standard Library usageJohannes Doerfert
2020-01-22[llvm] NFC: fix trivial typos in documentsKazuaki Ishizaki
2019-11-21Make coding standards document more inclusiveDmitri Gribenko
2019-10-23Remove a no longer accurate sentence from the coding standards.Chandler Carruth
2019-08-14Move to C++14JF Bastien
2019-01-19Update the coding standards with the new file header.Chandler Carruth
2018-11-14Document how to comment an actual parameter.Paul Robinson
2018-08-26[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.Chandler Carruth
2018-08-10Update the coding standards and developer policy documentation surrounding wh...Aaron Ballman
2018-05-18[NFC] update coding standard links to HTTPSJF Bastien
2018-04-24[docs] Add a note on non-deterministic sorting order of equal elementsMandeep Singh Grang
2018-04-05Minor fix in docs.Alexander Kornienko
2018-02-01Coding Standards: Document library layering requirements & header isolation.David Blaikie
2017-11-13Update some code.google.com linksHans Wennborg