[PATCH] D120631: [clang-format][docs] Fix incorrect 'clang-format 12' option markers

Krystian Kuzniarek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 27 09:17:21 PST 2022


kuzkry added a comment.

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

AlignOperands - introduced by 3219e43c9467e47be9b1a9e32b3ed42a50f6b280
AllowShortEnumsOnASingleLine - introduced by 292058a5d6d708ec7d285a452d4350b33ba080dc <https://reviews.llvm.org/rG292058a5d6d708ec7d285a452d4350b33ba080dc>
IndentExternBlock - introduced by 6ef45b0426a8c7b9764e102fb1a49561a3a2c118 <https://reviews.llvm.org/rG6ef45b0426a8c7b9764e102fb1a49561a3a2c118>
InsertTrailingCommas - introduced by a324fcf1ae62d065b957e66a9d2f5c18b6259d27 <https://reviews.llvm.org/rGa324fcf1ae62d065b957e66a9d2f5c18b6259d27>
ObjCBreakBeforeNestedBlockParam - introduced by 70c98671fa7b395a52829b91782393f4c2613562 <https://reviews.llvm.org/rG70c98671fa7b395a52829b91782393f4c2613562>
WhitespaceSensitiveMacros - introduced by 292058a5d6d708ec7d285a452d4350b33ba080dc <https://reviews.llvm.org/rG292058a5d6d708ec7d285a452d4350b33ba080dc>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120631



More information about the cfe-commits mailing list