[PATCH] D122064: [clang-format][docs] Fix incorrect 'clang-format 11' option markers

Krystian Kuzniarek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 19 04:03:16 PDT 2022


kuzkry added a comment.

Here's a list of earliest commits where each option changed in this PR was introduced:

AllowShortBlocksOnASingleLine - introduced by 17605d396118f3066a0bd4dfd128b7a8893f8b94
DeriveLineEnding - introduced by 358eaa3dcea1dee6350c2cbf80aab3c25db4d4d9 <https://reviews.llvm.org/rG358eaa3dcea1dee6350c2cbf80aab3c25db4d4d9>
SpaceBeforeSquareBrackets - introduced by a4a7c1259e8a8f2d11fa29686a6c2834948c1358 <https://reviews.llvm.org/rGa4a7c1259e8a8f2d11fa29686a6c2834948c1358>
SpaceInEmptyBlock - introduced by db4ad3603ac9bc2f118aa5f176dc04979f836c25
SpacesInConditionalStatement - introduced by 26748a321e20a7aa952ce8daa4f030c384ae7032 <https://reviews.llvm.org/rG26748a321e20a7aa952ce8daa4f030c384ae7032>
UseCRLF - introduced by 358eaa3dcea1dee6350c2cbf80aab3c25db4d4d9 <https://reviews.llvm.org/rG358eaa3dcea1dee6350c2cbf80aab3c25db4d4d9>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122064/new/

https://reviews.llvm.org/D122064



More information about the cfe-commits mailing list